diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-24 14:30:28 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-24 14:30:28 +0300 |
commit | 660b4e02d4bef4f7ac953689ce00d727bf9bacbd (patch) | |
tree | bbf88aac1bfe8c47608a0d3c99971f7fae9218e0 /src/mir_app/res/resource.rc | |
parent | 1de0331abb7082ebda12896cd52a509047ae5799 (diff) |
PS_EMPTY_SRV_HISTORY introduced for removing server history for a contact
Diffstat (limited to 'src/mir_app/res/resource.rc')
-rw-r--r-- | src/mir_app/res/resource.rc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 2df21d5287..69f5a92395 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -73,6 +73,20 @@ BEGIN DEFPUSHBUTTON "&No",IDCANCEL,221,78,65,14
END
+IDD_EMPTYHISTORY DIALOGEX 0, 0, 294, 86
+STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_CONTROLPARENT
+CAPTION "Empty history"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ CONTROL "Are you sure to wipe the history for %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
+ LTEXT "This will erase all history for this contact!",IDC_STATIC,7,18,239,16
+ CONTROL "Remove server history", IDC_DELSERVERHISTORY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,280,8
+ CONTROL "Remove history for everyone",IDC_BOTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,50,260,8
+ PUSHBUTTON "&Yes",IDOK,149,65,65,14
+ DEFPUSHBUTTON "&No",IDCANCEL,221,65,65,14
+END
+
IDD_OPT_CONTACT DIALOGEX 0, 0, 313, 242
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
|