diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-20 09:11:47 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-20 09:11:47 +0000 |
commit | ab984c86ba083a88c1f995f303f9fdc3481b3b8b (patch) | |
tree | f1b6c59787353a4c93f9f76552bfa63f4451260a /plugins/FingerprintNG/res/icons_GG.rc | |
parent | 208a9cee14dd3f525af8e8b34680a988c5eb0452 (diff) |
big icons restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@2385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/res/icons_GG.rc')
-rw-r--r-- | plugins/FingerprintNG/res/icons_GG.rc | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/res/icons_GG.rc b/plugins/FingerprintNG/res/icons_GG.rc new file mode 100644 index 0000000000..6c90de5c9c --- /dev/null +++ b/plugins/FingerprintNG/res/icons_GG.rc @@ -0,0 +1,76 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "..\src\resource.h"
+
+//
+// Generated from the TEXTINCLUDE 2 resource.
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+#include "afxres.h"
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
+#ifdef _WIN32
+LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
+#pragma code_page(1251)
+#endif //_WIN32
+
+#endif // Russian 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
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+//##############################################################################################################
+//########################################### Gadu-Gadu ########################################################
+//##############################################################################################################
+ IDI_GG ICON "..\\icons\\GG\\Gadu-Gadu.ico"
+
+ IDI_GG8_OVERLAY ICON "..\\icons\\GG\\overlay_GG_v8.ico"
+ IDI_GG9_OVERLAY ICON "..\\icons\\GG\\overlay_GG_v9.ico"
+ IDI_GG10_OVERLAY ICON "..\\icons\\GG\\overlay_GG_v10.ico"
+ IDI_GG11_OVERLAY ICON "..\\icons\\GG\\overlay_GG_v11.ico"
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// String Table
+//
+
+STRINGTABLE
+BEGIN
+ IDS_IDENTIFY "# Finger Icons #"
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|