diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-30 17:04:12 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-30 17:04:12 +0000 |
commit | 76f2743bfae5a9f77351f434434773c8a7b71cf5 (patch) | |
tree | d88798c61d4b541c1f72cc52f40219132eda2c0b /plugins/StartPosition/src/Common.h | |
parent | d0fefcaeec1f2c9aad122bbdb97506d0acb9995f (diff) |
- StartPosition.txt: - overall fixes and cosmetics (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src/Common.h')
-rw-r--r-- | plugins/StartPosition/src/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/StartPosition/src/Common.h b/plugins/StartPosition/src/Common.h index 01448f7f88..cceb16c79b 100644 --- a/plugins/StartPosition/src/Common.h +++ b/plugins/StartPosition/src/Common.h @@ -32,6 +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 dbERROR -999999
#define RIGHT 1
#define LEFT 0
\ No newline at end of file |