From ad4e888349c2d220828c93d2d50635ff23a6fc72 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 3 Jul 2012 17:22:40 +0000 Subject: AutoShutdown: plusified git-svn-id: http://svn.miranda-ng.org/main/trunk@737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AutoShutdown/version.rc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/AutoShutdown/version.rc') 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 -- cgit v1.2.3