From 19bab0c2b3a389ce67a1e36d0714a595bf7f4137 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sat, 24 Nov 2012 17:28:23 +0000 Subject: more fixes for the options dialog git-svn-id: http://svn.miranda-ng.org/main/trunk@2469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/res/resource.rc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'plugins/NotesAndReminders/res/resource.rc') 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 -- cgit v1.2.3