diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-01 14:24:57 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-01 14:24:57 +0000 |
commit | d1752fb40038c14e0368ba4b1bf86dffaed62365 (patch) | |
tree | c8a3023084d13ff62aea3035c1a14c0ed3842fcd /MySpace/resource.h | |
parent | a6b1490e1d663fe72c0315a058451fe5c4f125d0 (diff) |
use Angeli-Ka's proto icon (thx!)
save status messages to database
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@233 4f64403b-2f21-0410-a795-97e2b3489a10
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
|