diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-13 18:27:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-13 18:27:35 +0000 |
commit | a29237f73b954461088a5cd59f9593b9d874ce34 (patch) | |
tree | 50a588f3507961117aad6df829af5a24eb892db3 /plugins/ProfileManager/src/resource.h | |
parent | 83a018b7db482f5b2b434f21ef27de161d5a6a6d (diff) |
fix for the Profile Manager plugin. it returned to the plugin's list
git-svn-id: http://svn.miranda-ng.org/main/trunk@1446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager/src/resource.h')
-rw-r--r-- | plugins/ProfileManager/src/resource.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/ProfileManager/src/resource.h b/plugins/ProfileManager/src/resource.h new file mode 100644 index 0000000000..638fcfb4f6 --- /dev/null +++ b/plugins/ProfileManager/src/resource.h @@ -0,0 +1,17 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDI_ChangePM 101
+#define IDI_LoadPM 102
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 105
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1007
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|