diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 13:49:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-23 13:49:28 +0000 |
commit | a9580df150d799246eaecbf3c1fb5cecf9f8ab49 (patch) | |
tree | ce046b1cd432d65718c9f6af80521d533ce6d4ca /plugins/SecureIM/res/resource_icons.rc | |
parent | 60338d55bb73d0c45b6e092703c4bb88a3c49755 (diff) |
SecureIM, SeenPlugin, SendSS, Sessions: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/res/resource_icons.rc')
-rw-r--r-- | plugins/SecureIM/res/resource_icons.rc | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/plugins/SecureIM/res/resource_icons.rc b/plugins/SecureIM/res/resource_icons.rc new file mode 100644 index 0000000000..8f9e8edf85 --- /dev/null +++ b/plugins/SecureIM/res/resource_icons.rc @@ -0,0 +1,63 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "..\src\resource.h"
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#define APSTUDIO_HIDDEN_SYMBOLS
+#include "windows.h"
+#undef APSTUDIO_HIDDEN_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Russian 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_CL_DIS ICON "cl_dis.ico"
+IDI_CL_EST ICON "cl_est.ico"
+IDI_CM_DIS ICON "cm_dis.ico"
+IDI_CM_EST ICON "cm_est.ico"
+IDI_MW_DIS ICON "mw_dis.ico"
+IDI_MW_EST ICON "mw_est.ico"
+IDI_PU_DIS ICON "pu_dis.ico"
+IDI_PU_EST ICON "pu_est.ico"
+IDI_PU_PRC ICON "pu_prc.ico"
+IDI_PU_MSG ICON "pu_msg.ico"
+IDI_ST_DIS ICON "st_dis.ico"
+IDI_ST_ENA ICON "st_ena.ico"
+IDI_ST_TRY ICON "st_try.ico"
+IDI_OV_NAT ICON "ov_nat.ico"
+IDI_OV_PGP ICON "ov_pgp.ico"
+IDI_OV_GPG ICON "ov_gpg.ico"
+IDI_OV_RSA ICON "ov_rsa.ico"
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "..\\src\\resource.h\0"
+ "afxres.h\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+#endif // Russian resources
+/////////////////////////////////////////////////////////////////////////////
|