summaryrefslogtreecommitdiff
path: root/src/mir_app/res
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-31 13:21:43 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-31 13:21:43 +0300
commitf9bd37d742a2f8851d4afc98eb207b9ee26fa42b (patch)
tree4138e9e18987461f64075f7ef2d0adcf43c47233 /src/mir_app/res
parent5c8cb41864e75d952da036a826f1f6de57465f7e (diff)
fixes #4316 (NewStory считает системную историю "неизвестным контактом")
Diffstat (limited to 'src/mir_app/res')
-rw-r--r--src/mir_app/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc
index 3928c68da5..858cf54d98 100644
--- a/src/mir_app/res/resource.rc
+++ b/src/mir_app/res/resource.rc
@@ -82,7 +82,7 @@ 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
+ LTEXT "This will erase all history for this contact!",IDC_SECONDLINE,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