diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-02 16:59:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-02 16:59:18 +0300 |
commit | 51464f740abf43d35ffec89b589110c4caa2a872 (patch) | |
tree | 68e5c63f13496949c2f55efd17cee8814a9c8e5a /protocols/JabberG/res/jabber.rc | |
parent | bbd407248cc32744fcbbaec5c0700d9309fa5567 (diff) |
we don't need that string anymore
Diffstat (limited to 'protocols/JabberG/res/jabber.rc')
-rw-r--r-- | protocols/JabberG/res/jabber.rc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc index 44b2ed6c07..9fbf02a27c 100644 --- a/protocols/JabberG/res/jabber.rc +++ b/protocols/JabberG/res/jabber.rc @@ -326,8 +326,7 @@ 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
+ CONTROL "",IDC_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP,0,0,221,143
END
IDD_VCARD_PHOTO DIALOGEX 0, 0, 222, 132
@@ -725,6 +724,10 @@ BEGIN BOTTOMMARGIN, 208
END
+ IDD_INFO_JABBER, DIALOG
+ BEGIN
+ END
+
IDD_OPT_REGISTER, DIALOG
BEGIN
RIGHTMARGIN, 165
@@ -747,7 +750,7 @@ BEGIN IDD_INFO_OMEMO, DIALOG
BEGIN
- BOTTOMMARGIN, 132
+ BOTTOMMARGIN, 149
END
IDD_BOOKMARKS, DIALOG
|