diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-18 18:47:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-18 18:47:37 +0000 |
commit | 99e226d9152acf0cc47e0ad277a3d358bb9a572e (patch) | |
tree | 594d3ae50470b8da27f2bb22841705faf88b3de8 /plugins/OpenFolder/resource.rc | |
parent | bbb8963939db6bf2d7dee7251f73fd6b57bbd6c2 (diff) |
OpenFolder plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@1022 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/OpenFolder/resource.rc')
-rw-r--r-- | plugins/OpenFolder/resource.rc | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/plugins/OpenFolder/resource.rc b/plugins/OpenFolder/resource.rc new file mode 100644 index 0000000000..5aafd26f8d --- /dev/null +++ b/plugins/OpenFolder/resource.rc @@ -0,0 +1,69 @@ +// 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
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.K.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_FOLDER ICON "res/openfolder.ico"
+
+#endif // English (U.K.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|