From 6e5976f5fb99c99b4142ee2a8f8f81598559954d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 13 Dec 2015 23:10:58 +0300 Subject: Move constant MAGIC_START_ID into textcommandeditor.cpp --- src/gui/windows/textcommandeditor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') 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"), -- cgit v1.2.3-60-g2f50