diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:06:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:06:02 +0000 |
commit | 8ee3d31ece636713397f9f80ffbee064fb6c1ada (patch) | |
tree | 05e1588a2f9567e53a5fccbb0a3f0b8fa8e2846f /plugins | |
parent | 1df493b3e0d38303d19eb6157098ddb49ab422b9 (diff) |
changed plugin name
git-svn-id: http://svn.miranda-ng.org/main/trunk@2903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/IgnoreState/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IgnoreState/src/Version.h b/plugins/IgnoreState/src/Version.h index ca8bb54c20..144d1878f5 100644 --- a/plugins/IgnoreState/src/Version.h +++ b/plugins/IgnoreState/src/Version.h @@ -10,7 +10,7 @@ #define __STRINGIFY(x) __STRINGIFY_IMPL(x)
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-#define __PLUGIN_NAME "IgnoreState"
+#define __PLUGIN_NAME "Ignore State"
#define __INTERNAL_NAME "IgnoreState"
#define __FILENAME "IgnoreState.dll"
#define __DESCRIPTION "Shows ignore state of contact in contacts list."
|