diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:10:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-13 23:10:58 +0300 |
commit | 6e5976f5fb99c99b4142ee2a8f8f81598559954d (patch) | |
tree | 824c01ef32c8d72059decbe3ac46fc80f48eab09 /src/gui/windows/textcommandeditor.cpp | |
parent | fafa76be86d659f7004e589a6fe55a0d53fed82f (diff) | |
download | plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.gz plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.bz2 plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.tar.xz plus-6e5976f5fb99c99b4142ee2a8f8f81598559954d.zip |
Move constant MAGIC_START_ID into textcommandeditor.cpp
Diffstat (limited to 'src/gui/windows/textcommandeditor.cpp')
-rw-r--r-- | src/gui/windows/textcommandeditor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/textcommandeditor.cpp b/src/gui/windows/textcommandeditor.cpp index 048752187..605a9d1df 100644 --- a/src/gui/windows/textcommandeditor.cpp +++ b/src/gui/windows/textcommandeditor.cpp @@ -42,6 +42,8 @@ #include "debug.h" +const unsigned int MAGIC_START_ID = 340; + TextCommandEditor::TextCommandEditor(TextCommand *const command) : // TRANSLATORS: command editor name Window(_("Command Editor"), Modal_false, nullptr, "commandeditor.xml"), |