commit 452a00e69fb15d1852bfcac4c29db7e6e54d97dc
parent f434c03f518d8aa9e7ee088e28125a947e6c95a5
Author: Peter Powell <petpow@saberuk.com>
Date: Mon, 4 Feb 2019 14:04:05 +0000
Improve the name of the list mode extensible.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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;
}