diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 07:15:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 07:15:30 +0000 |
commit | e2c14eb588b5fcf9988e49cc020a238f297ea212 (patch) | |
tree | f88518dbfebe92c695add8855e50e99f9b3847f7 /plugins/wbOSD/res/wbOSD.rc | |
parent | 7dba0582e220cc8615fdef2c4c0dc8bbd7b67b07 (diff) |
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/res/wbOSD.rc')
-rw-r--r-- | plugins/wbOSD/res/wbOSD.rc | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/plugins/wbOSD/res/wbOSD.rc b/plugins/wbOSD/res/wbOSD.rc index 501a1df0a9..b108cc62e2 100644 --- a/plugins/wbOSD/res/wbOSD.rc +++ b/plugins/wbOSD/res/wbOSD.rc @@ -13,12 +13,12 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Slovak resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SKY)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -133,18 +133,6 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Slovak resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
|