diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-10 12:20:23 +0000 |
commit | cf72bb04a7650ae5e1b7011d17ce572bb06896b0 (patch) | |
tree | 13412643611b96a8059a8a326c7784f8fbf9d023 /plugins/TipperYM/res/resource.rc | |
parent | ffbf1155ff036f2640f9d192cfb95bc42864ed19 (diff) |
removed not used headers
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TipperYM/res/resource.rc')
-rw-r--r-- | plugins/TipperYM/res/resource.rc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/TipperYM/res/resource.rc b/plugins/TipperYM/res/resource.rc index 8c7a166d71..9eedb29634 100644 --- a/plugins/TipperYM/res/resource.rc +++ b/plugins/TipperYM/res/resource.rc @@ -333,16 +333,7 @@ IDI_DOWN ICON "arrow_down.ico" IDI_SEPARATOR ICON "separator.ico"
IDI_RELOAD ICON "reload.ico"
IDI_APPLY ICON "apply.ico"
-#endif // Czech (Czech Republic) resources
-/////////////////////////////////////////////////////////////////////////////
-
-/////////////////////////////////////////////////////////////////////////////
-// English (United States) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -369,7 +360,7 @@ END #endif // APSTUDIO_INVOKED
-#endif // English (United States) resources
+#endif // Czech (Czech Republic) resources
/////////////////////////////////////////////////////////////////////////////
|