diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-05 00:31:29 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-05 00:31:29 +0000 |
commit | 6ec3acedb40bf8f499cbb00e20c2126367c211fc (patch) | |
tree | 1053f7381dc622ae24b2577a12a306ac0f011a3b /MySpace/resource.h | |
parent | df1c8cf224cee0c442a9f6b438b2c767326e4059 (diff) |
added options page for notifications
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@354 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/resource.h')
-rw-r--r-- | MySpace/resource.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/MySpace/resource.h b/MySpace/resource.h index d5fd912..c13a36b 100644 --- a/MySpace/resource.h +++ b/MySpace/resource.h @@ -6,6 +6,7 @@ #define IDD_NICK 121
#define IDI_MYSPACE 122
#define IDI_ZAPS 123
+#define IDD_OPTNOTIFY 125
#define IDC_ED_EMAIL 1001
#define IDC_ED_PW 1002
#define IDC_ED_NICK 1002
@@ -14,12 +15,20 @@ #define IDC_LNK_NEWACCOUNT 1005
#define IDC_CHECK1 1006
#define IDC_CHK_LINKS 1006
+#define IDC_CHK_NOTIFYMAIL 1006
+#define IDC_CHK_NOTIFYBLOGCOMMENTS 1007
+#define IDC_CHK_NOTIFYPROFILECOMMENTS 1008
+#define IDC_CHK_NOTIFYFRIENDREQUESTS 1009
+#define IDC_CHK_NOTIFYPICTURECOMMENTS 1010
+#define IDC_CHK_NOTIFYBLOGPOSTS 1011
+#define IDC_CHECK7 1012
+#define IDC_CHK_NOTIFYUNKNOWN 1012
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 125
+#define _APS_NEXT_RESOURCE_VALUE 126
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
|