diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-22 07:47:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-22 07:47:50 +0000 |
commit | ff287facb697ba6c2b40976e8ab46855ea27eb92 (patch) | |
tree | 887a36e6ad11d6d9bf252869552fd56b44f990a7 /plugins/StatusPlugins/KeepStatus/version.h | |
parent | a1b8a63c51711cd11d974c4f9fcf1c99210538b6 (diff) |
fix for changing char to TCHAR
git-svn-id: http://svn.miranda-ng.org/main/trunk@5445 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/KeepStatus/version.h')
-rw-r--r-- | plugins/StatusPlugins/KeepStatus/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StatusPlugins/KeepStatus/version.h b/plugins/StatusPlugins/KeepStatus/version.h index 3e685b6294..b9cc47ae93 100644 --- a/plugins/StatusPlugins/KeepStatus/version.h +++ b/plugins/StatusPlugins/KeepStatus/version.h @@ -13,7 +13,7 @@ //#define __PROD_REV_NUM 1234
// stuff that will be used in PluginInfo section and in Version resource
-#define __PLUGIN_NAME "Keep Status"
+#define __PLUGIN_NAME "Keep status"
#define __FILENAME "KeepStatus.dll"
#define __DESC "KeepStatus, A connection checker, for use with (or without) StartupStatus and/or AdvancedAutoAway."
#define __AUTHOR "P Boon"
|