diff options
Diffstat (limited to 'plugins/StartPosition/src/Common.h')
-rw-r--r-- | plugins/StartPosition/src/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartPosition/src/Common.h b/plugins/StartPosition/src/Common.h index cceb16c79b..5acc8e8b09 100644 --- a/plugins/StartPosition/src/Common.h +++ b/plugins/StartPosition/src/Common.h @@ -32,8 +32,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "resource.h"
#include "version.h"
-#define MODULE_NAME "WindowStartPosition"
+#define MODULE_NAME "StartPosition"
#define dbERROR -999999
#define RIGHT 1
-#define LEFT 0
\ No newline at end of file +#define LEFT 0
|