diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 17:22:40 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-03 17:22:40 +0000 |
commit | ad4e888349c2d220828c93d2d50635ff23a6fc72 (patch) | |
tree | faec91eff1839928805c2fbfe6d04b37723dc028 /plugins/AutoShutdown/version.rc | |
parent | 49566229022ee6e96eac0888f9c0501fcd92033b (diff) |
AutoShutdown:
plusified
git-svn-id: http://svn.miranda-ng.org/main/trunk@737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown/version.rc')
-rw-r--r-- | plugins/AutoShutdown/version.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/AutoShutdown/version.rc b/plugins/AutoShutdown/version.rc index 97f35498c3..55d209f055 100644 --- a/plugins/AutoShutdown/version.rc +++ b/plugins/AutoShutdown/version.rc @@ -1,5 +1,3 @@ -#ifndef _MAC
-
#include "version.h"
/////////////////////////////////////////////////////////////////////////////
@@ -27,11 +25,7 @@ BEGIN VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "FileDescription", "AutoShutdown Plugin for Miranda IM"
VALUE "FileVersion", FILE_VERSION_STR
-#ifdef _UNICODE
- VALUE "InternalName", "AutoShutdown (Unicode)"
-#else
VALUE "InternalName", "AutoShutdown"
-#endif
VALUE "LegalCopyright", "Copyright © 2004-2007 H. Herkenrath"
VALUE "OriginalFilename", "shutdown.dll"
VALUE "ProductName", "Automatic Shutdown"
@@ -43,8 +37,6 @@ BEGIN VALUE "Translation", 0x0, 1200
END
END
-
-#endif // !_MAC
|