diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:34:06 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-04 19:34:06 +0000 |
commit | ec9a2431e23bed5e99c54f554c1486810389af72 (patch) | |
tree | eae9dba70abac4d9d34993c133871058e6bfb639 /Profile_manager/resource.rc | |
parent | 3182d972021c69dc23d6a7968dc0d141032b4acc (diff) |
added Langman
added profile manager
added UserGuide
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@70 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Profile_manager/resource.rc')
-rw-r--r-- | Profile_manager/resource.rc | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Profile_manager/resource.rc b/Profile_manager/resource.rc new file mode 100644 index 0000000..92a4206 --- /dev/null +++ b/Profile_manager/resource.rc @@ -0,0 +1,46 @@ +// 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
+
+/////////////////////////////////////////////////////////////////////////////
+// Neutral resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
+#ifdef _WIN32
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#pragma code_page(1250)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_ChangePM ICON "res/ChangePM.ico"
+IDI_LoadPM ICON "res/LoadPM.ico"
+#endif // Neutral resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|