diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-31 11:55:14 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-31 11:55:14 +0000 |
commit | d73a62b9e037711e47d0ab78df1459de97b7bdc3 (patch) | |
tree | f676bd99849467c555dcfd5309ea0c951d2bd192 /plugins/StartPosition/src/Common.h | |
parent | a16a82ec61cfecc76b73c895832a0c447f6ffaae (diff) |
fixed plugin work
renamed settings group
fixed Apply button activation
not needed settings now disabled
git-svn-id: http://svn.miranda-ng.org/main/trunk@2893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|