diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 17:50:22 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 17:50:22 +0000 |
commit | b056ff43a59e33298ccd52a9ddd3289d80439c45 (patch) | |
tree | e336d801b78ef8e3a47f4b034bcdc8432dc5a165 /updater/version.h | |
parent | ed492642c03d8d92506f314fd7c35163fd13ce21 (diff) |
Minor fixes
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@569 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r-- | updater/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/version.h b/updater/version.h index 5af0ad4..ba80d25 100644 --- a/updater/version.h +++ b/updater/version.h @@ -23,7 +23,7 @@ #elif defined(_UNICODE)
#define __PLUGIN_NAME "Updater (Unicode)"
#else
-#define __PLUGIN_NAME "Updater"
+#define __PLUGIN_NAME "Updater (ANSI)"
#endif
#define __FILENAME "updater.dll"
|