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/Version.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/Version.h')
-rw-r--r-- | plugins/StartPosition/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartPosition/src/Version.h b/plugins/StartPosition/src/Version.h index 17b44ffa61..60969e74e7 100644 --- a/plugins/StartPosition/src/Version.h +++ b/plugins/StartPosition/src/Version.h @@ -10,7 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#define __PLUGIN_NAME "Window Start Position"
+#define __PLUGIN_NAME "Start Position"
#define __INTERNAL_NAME "StartPosition"
#define __FILENAME "StartPosition.dll"
#define __DESCRIPTION "Plugin supports starting position of Contact List relative to the the taskbar and screen side."
|