diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:22:26 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:22:26 +0000 |
commit | 3182d972021c69dc23d6a7968dc0d141032b4acc (patch) | |
tree | 9c7fb8415d3191b8df134a7c846636d85c28a217 /TranslitSwitcher/Resource.rc | |
parent | e512a30af0c6f0f377f5f463b2cfe647224df3c6 (diff) |
added PackUpdater
added TranslitSwitcher
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@69 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'TranslitSwitcher/Resource.rc')
-rw-r--r-- | TranslitSwitcher/Resource.rc | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/TranslitSwitcher/Resource.rc b/TranslitSwitcher/Resource.rc new file mode 100644 index 0000000..b405fa8 --- /dev/null +++ b/TranslitSwitcher/Resource.rc @@ -0,0 +1,48 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Русский (Россия) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_SWITCHSEND ICON "res/SwitchSend.ico"
+IDI_TRANSLITSEND ICON "res/TranslitSend.ico"
+IDI_INVERTSEND ICON "res/InvertSend.ico"
+
+
+#endif // Русский (Россия) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|