diff options
| author | 2021-12-26 00:40:53 +0000 | |
|---|---|---|
| committer | 2021-12-26 00:40:53 +0000 | |
| commit | 9fafbf633b46876401ea6c557898e464a949c3ce (patch) | |
| tree | 4fe624cb81dda54e9ea2ca42e4212828cf7ab4aa /src/listmode.cpp | |
| parent | Convert the geoclass module to use generic stats instead of its own numeric. (diff) | |
Make all extensibles use kebab-case for names where possible.
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 9d8a31a09..8b19840f1 100644 --- a/src/listmode.cpp +++ b/src/listmode.cpp @@ -28,7 +28,7 @@ ListModeBase::ListModeBase(Module* Creator, const std::string& Name, char modech , endoflistnumeric(eolnum) , endofliststring(eolstr) , tidy(autotidy) - , extItem(Creator, name + "_mode_list", ExtensionType::CHANNEL) + , extItem(Creator, "list-mode-" + name, ExtensionType::CHANNEL) { list = true; } |
