diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 17:28:23 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-24 17:28:23 +0000 |
commit | 19bab0c2b3a389ce67a1e36d0714a595bf7f4137 (patch) | |
tree | a9d0dadad67a8a52e010f4798c7e91d665a5434c /plugins/NotesAndReminders/res | |
parent | a0d0db298ac62b6f3ea596131292c35de7778897 (diff) |
more fixes for the options dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@2469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders/res')
-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
|