diff options
author | George Hazan <ghazan@miranda.im> | 2022-05-29 17:41:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-05-29 17:41:01 +0300 |
commit | 8c2efbf3effd0190e2f98613cf783d411f7b43ee (patch) | |
tree | d04f7d8e0d327fdc286bf5c7966736fae3574bd9 /protocols/JabberG/res/jabber.rc | |
parent | 6ab37acb07eb3b1c7db377671ac5f9ce7f2bec53 (diff) |
fixes #2911 (Add OMEMO-related info to user info)
Diffstat (limited to 'protocols/JabberG/res/jabber.rc')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 5016761346..44b2ed6c07 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -321,12 +321,13 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,96,88,50,14
END
-IDD_INFO_OMEMO DIALOGEX 0, 0, 222, 132
+IDD_INFO_OMEMO DIALOGEX 0, 0, 222, 153
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,0,0,221,131
+ LTEXT "(*) marks the current session",IDC_STATIC,4,137,214,8
END
IDD_VCARD_PHOTO DIALOGEX 0, 0, 222, 132
@@ -746,6 +747,7 @@ BEGIN IDD_INFO_OMEMO, DIALOG
BEGIN
+ BOTTOMMARGIN, 132
END
IDD_BOOKMARKS, DIALOG
|