diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-31 00:17:30 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-01-31 00:17:30 +0000 |
commit | 9b1bb8df8c9cde0161cbce717d1aae637d4c2b5e (patch) | |
tree | 8d154d3737fecc6c9b78109fc610250034db90eb /yapp/resource.h | |
parent | a912097411a247b945841c172cb2fe7a6b748518 (diff) |
fix resources
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@97 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/resource.h')
-rw-r--r-- | yapp/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/yapp/resource.h b/yapp/resource.h index 8d1a719..5e3bd9f 100644 --- a/yapp/resource.h +++ b/yapp/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by resource.rc
+// Used by popups2.rc
//
#define IDD_OPT1 101
#define IDD_DIALOG1 102
@@ -8,6 +8,7 @@ #define IDD_LST_HISTORY 104
#define IDI_ICON1 105
#define IDI_POPUP_HISTORY 105
+#define IDI_ICON2 106
#define IDC_RAD_NOTIMEOUT 1001
#define IDC_RAD_TIMEOUT 1002
#define IDC_ED_TIMEOUT 1003
@@ -64,7 +65,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 106
+#define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1047
#define _APS_NEXT_SYMED_VALUE 101
|