diff options
| author | 2019-02-04 14:04:05 +0000 | |
|---|---|---|
| committer | 2019-02-04 14:04:05 +0000 | |
| commit | 452a00e69fb15d1852bfcac4c29db7e6e54d97dc (patch) | |
| tree | eceee7aa6bf893570456832d1eb13ab25f214f9e /src/listmode.cpp | |
| parent | m_check: replace timestring() with a Write() overlod. (diff) | |
Improve the name of the list mode extensible.
Diffstat (limited to 'src/listmode.cpp')
| -rw-r--r-- | src/listmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/listmode.cpp b/src/listmode.cpp index c11790aea..1ce0da500 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -25,7 +25,7 @@ ListModeBase::ListModeBase(Module* Creator, const std::string& Name, char modech , endoflistnumeric(eolnum) , endofliststring(eolstr) , tidy(autotidy) - , extItem("listbase_mode_" + name + "_list", ExtensionItem::EXT_CHANNEL, Creator) + , extItem(name + "_mode_list", ExtensionItem::EXT_CHANNEL, Creator) { list = true; } |
