diff options
Diffstat (limited to 'MySpace/resource.h')
-rw-r--r-- | MySpace/resource.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MySpace/resource.h b/MySpace/resource.h index 50c44ff..3b8097c 100644 --- a/MySpace/resource.h +++ b/MySpace/resource.h @@ -3,14 +3,11 @@ // Used by MySpace.rc
//
#define IDD_OPT1 109
-#define IDI_MENU 110
-#define IDI_ICON1 120
-#define IDI_ICON_PROTO 120
#define IDD_NICK 121
+#define IDI_MYSPACE 122
#define IDC_ED_EMAIL 1001
#define IDC_ED_PW 1002
#define IDC_ED_NICK 1002
-#define IDC_BUTTON1 1003
#define IDC_BTN_CHECK 1003
#define IDC_ST_MSG 1004
@@ -18,7 +15,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 122
+#define _APS_NEXT_RESOURCE_VALUE 123
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 101
|