task(dsl): Replace colons with dashes
Colons break ini syntax highlighters and linters.
This commit is contained in:
parent
3b9dc784ba
commit
2c74cb06de
28 changed files with 1096 additions and 966 deletions
include/modules
|
@ -17,10 +17,10 @@ namespace modules
|
|||
|
||||
DefineModule(MenuModule, StaticModule)
|
||||
{
|
||||
static constexpr auto TAG_LABEL_TOGGLE = "<label:toggle>";
|
||||
static constexpr auto TAG_LABEL_TOGGLE = "<label-toggle>";
|
||||
static constexpr auto TAG_MENU = "<menu>";
|
||||
|
||||
static constexpr auto EVENT_MENU_OPEN = "menu_open:";
|
||||
static constexpr auto EVENT_MENU_OPEN = "menu_open-";
|
||||
static constexpr auto EVENT_MENU_CLOSE = "menu_close";
|
||||
|
||||
std::mutex output_mtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue