diff options
Diffstat (limited to 'plugins/NotesAndReminders/res/resource.rc')
-rw-r--r-- | plugins/NotesAndReminders/res/resource.rc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index 4cf8708442..8435a2bb20 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -135,7 +135,7 @@ BEGIN LTEXT "Open links with this program instead:",IDC_STATIC,5,228,125,8
EDITTEXT IDC_EDIT_ALTBROWSER,138,225,140,14,ES_AUTOHSCROLL
PUSHBUTTON "...",IDC_BTN_BROWSEBROWSER,280,225,15,15
- PUSHBUTTON "Reset to defaults",1007,32,140,94,14
+ PUSHBUTTON "Reset to defaults",IDC_BUTTON_RESET,32,140,94,14
CTEXT "(Using MCI allows different sounds to be played simultaneously, may not be needed or desired when a custom sound plugin is installed.)",IDC_STATIC,172,111,119,43
END
@@ -323,6 +323,18 @@ BEGIN VERTGUIDE, 291
VERTGUIDE, 296
END
+
+ IDD_ADDREMINDER, DIALOG
+ BEGIN
+ END
+
+ IDD_NOTIFYREMINDER, DIALOG
+ BEGIN
+ END
+
+ IDD_LISTREMINDERS, DIALOG
+ BEGIN
+ END
END
#endif // APSTUDIO_INVOKED
|