From 808957a884ac8195484c2a7a662b99cc7a163b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 21 Feb 2015 23:49:11 +0000 Subject: Facebook: Add support for notifying ticker feeds updates; version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@12237 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/res/facebook.rc | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'protocols/FacebookRM/res/facebook.rc') diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index fc382dd072..1e0b5ec143 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -121,12 +121,12 @@ BEGIN CONTROL "Use bigger avatars",IDC_BIGGER_AVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,120,271,10 END -IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 208 +IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 227 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - GROUPBOX "Event notifications",IDC_STATIC,6,7,292,113 + GROUPBOX "Event notifications",IDC_STATIC,6,7,292,126 CONTROL "Notifications",IDC_NOTIFICATIONS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,23,272,8 CONTROL "News feeds (WARNING: Causes excessive network traffic!)",IDC_FEEDS_ENABLE, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,37,272,8 @@ -136,13 +136,14 @@ BEGIN CONTROL "Other events",IDC_OTHER_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,75,272,8 CONTROL "Client notifications",IDC_CLIENT_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,89,272,8 CONTROL "Friendship notifications",IDC_FRIENDSHIP_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,104,272,8 - RTEXT "Use this server for opening links:",IDC_STATIC,13,131,139,8 - COMBOBOX IDC_URL_SERVER,156,128,138,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + CONTROL "Ticker feeds",IDC_TICKER_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,119,272,8 + RTEXT "Use this server for opening links:",IDC_STATIC,13,148,139,8 + COMBOBOX IDC_URL_SERVER,156,145,138,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Use balloon notifications in system tray instead of popups",IDC_SYSTRAY_NOTIFY, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,150,272,8 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,167,272,8 CONTROL "Use logging notifications into special chatroom",IDC_NOTIFICATIONS_CHATROOM, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,164,272,8 - PUSHBUTTON "Preview",IDC_PREVIEW,116,182,68,14 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,181,272,8 + PUSHBUTTON "Preview",IDC_PREVIEW,116,199,68,14 END IDD_OPTIONS_STATUSES DIALOGEX 0, 0, 308, 226 @@ -262,7 +263,7 @@ BEGIN VERTGUIDE, 150 VERTGUIDE, 288 TOPMARGIN, 7 - BOTTOMMARGIN, 200 + BOTTOMMARGIN, 219 END IDD_OPTIONS_STATUSES, DIALOG @@ -303,7 +304,8 @@ END // // Generated from the TEXTINCLUDE 3 resource. // - + + ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED -- cgit v1.2.3