diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-09 20:42:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-09 20:42:18 +0000 |
commit | df8bc2304a8afe0319f8909f397bdf1a0670b710 (patch) | |
tree | 912af3e7cc49884c4f00fbcefd24b18f5deaccc1 /plugins/MirLua/res | |
parent | e80b0c7dd5b03b9e289740037171dea69691e7df (diff) |
MirLua:
- renamed m_clist module to m_menus
- added m_icons module
- added examples with comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@14091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/res')
-rw-r--r-- | plugins/MirLua/res/icon.ico | bin | 0 -> 2550 bytes | |||
-rw-r--r-- | plugins/MirLua/res/resource.rc | 19 |
2 files changed, 19 insertions, 0 deletions
diff --git a/plugins/MirLua/res/icon.ico b/plugins/MirLua/res/icon.ico Binary files differnew file mode 100644 index 0000000000..db7c6adcf2 --- /dev/null +++ b/plugins/MirLua/res/icon.ico diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc index 0bf3781247..3a6d9122bd 100644 --- a/plugins/MirLua/res/resource.rc +++ b/plugins/MirLua/res/resource.rc @@ -48,6 +48,25 @@ END /////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
+// English resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+#pragma code_page(1252)
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ICON ICON "icon.ico"
+#endif // English resources
+/////////////////////////////////////////////////////////////////////////////
+
+
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
|