From 46d6a43726d64a0d7f808ad55557bfc56b89f97d Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 13 Jul 2016 08:25:04 +0000 Subject: =?UTF-8?q?VKontakte:=20add=20=E2=80=98Send=20VK-objects=20links?= =?UTF-8?q?=20as=20attachments=E2=80=99=20option=20move=20=E2=80=98Use=20n?= =?UTF-8?q?on-standard=20popups=20for=20news=20and=20event=20notifications?= =?UTF-8?q?=E2=80=99=20option=20to=20View=20page=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@17090 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/res/resource.rc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'protocols/VKontakte/res/resource.rc') diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 7d5d902c4b..4b63787c43 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -73,7 +73,7 @@ BEGIN LEFTMARGIN, 4 RIGHTMARGIN, 298 TOPMARGIN, 7 - BOTTOMMARGIN, 177 + BOTTOMMARGIN, 190 END IDD_OPT_FEEDS, DIALOG @@ -163,7 +163,7 @@ BEGIN CONTROL "Visit profile",IDC_SHOW_MENU6,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,85,280,10 END -IDD_OPT_VIEW DIALOGEX 0, 0, 304, 184 +IDD_OPT_VIEW DIALOGEX 0, 0, 304, 197 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 @@ -185,11 +185,13 @@ BEGIN CONTROL "basic ([b], [i], [u], [s])",IDC_ATTBBC_BASIC,"Button",BS_AUTORADIOBUTTON,12,121,129,10 CONTROL "advanced (+[url], [size], [color], [code])",IDC_ATTBBC_ADV, "Button",BS_AUTORADIOBUTTON,154,110,129,10 - GROUPBOX "Other",IDC_STATIC,4,138,293,36 + GROUPBOX "Other",IDC_STATIC,4,138,294,46 CONTROL "Process stickers as smileys",IDC_STICKERS_AS_SMYLES, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,149,278,10 CONTROL "Shorten links for audio attachments",IDC_SHOTEN_LINKS_FOR_AUDIO, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,160,278,10 + CONTROL "Use non-standard popups for news and event notifications",IDC_USENOSTDPOPUPS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,171,278,10 END IDD_OPT_FEEDS DIALOGEX 0, 0, 304, 232 @@ -264,7 +266,7 @@ BEGIN CONTROL "",IDC_SPIN_INT_INVIS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,244,63,14,14 CONTROL "Use non-standard urlEncode for sent messages (less traffic)",IDC_USENOSTDURLENCODE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,78,278,10 - CONTROL "Use non-standard popups for news and event notifications",IDC_USENOSTDPOPUPS, + CONTROL "Send VK-objects links as attachments",IDC_SENDVKURLSASATTACH, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,89,278,10 GROUPBOX "When I ban user...",IDC_STATIC,4,102,293,33 CONTROL "Report abuse",IDC_REPORT_ABUSE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,112,129,10 -- cgit v1.2.3