From 2d712275e2ecf08e106fa93783767a6587a31e5a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 17 Mar 2021 20:36:59 +0300 Subject: Notes & Reminders: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - minus perversion with storing dates in hidden controls (we have classes for that); - fixes #2772 (Notes and Reminders: невозможно отмотать дату на сегодняшнюю); --- plugins/NotesAndReminders/res/resource.rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/NotesAndReminders/res') diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index abe7c93541..d9e940b248 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -111,7 +111,6 @@ BEGIN DEFPUSHBUTTON "&Add Reminder",IDC_ADDREMINDER,158,6,76,14 PUSHBUTTON "&Close",IDCANCEL,158,23,76,14 PUSHBUTTON "&View Reminders",IDC_VIEWREMINDERS,158,40,76,14 - LTEXT "",IDC_REFTIME,0,191,22,8,NOT WS_VISIBLE | NOT WS_GROUP END IDD_NOTIFYREMINDER DIALOGEX 0, 0, 240, 146 @@ -132,7 +131,6 @@ BEGIN DEFPUSHBUTTON "&Remind Again",IDC_REMINDAGAIN,161,92,75,14 PUSHBUTTON "&Create Note",IDC_NONE,161,111,75,14 PUSHBUTTON "&Dismiss",IDC_DISMISS,161,129,75,14 - LTEXT "",IDC_REFTIME,0,137,22,8,NOT WS_VISIBLE | NOT WS_GROUP END IDD_LISTREMINDERS DIALOGEX 0, 0, 258, 244 -- cgit v1.2.3