diff options
Diffstat (limited to 'plugins/TranslitSwitcher/res')
-rw-r--r-- | plugins/TranslitSwitcher/res/Version.rc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/TranslitSwitcher/res/Version.rc b/plugins/TranslitSwitcher/res/Version.rc index 472bfbfe38..5bfbab4754 100644 --- a/plugins/TranslitSwitcher/res/Version.rc +++ b/plugins/TranslitSwitcher/res/Version.rc @@ -7,10 +7,6 @@ #include "afxres.h"
#include "..\src\version.h"
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
@@ -39,4 +35,4 @@ BEGIN BEGIN
VALUE "Translation", 0x0, 1200
END
-END
\ No newline at end of file +END
|