From 54e2470db2c13b37d560d0408b8fa829df413444 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 15 Sep 2013 11:37:55 +0000 Subject: removed custom translation format, because it isn't needed in Miranda NG any longer git-svn-id: http://svn.miranda-ng.org/main/trunk@6070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/res/resource.rc | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'plugins/MirFox/res') diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 272cc8092a..6f52b4c9e1 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -26,17 +26,10 @@ BEGIN BEGIN BLOCK "000004b0" BEGIN -#ifdef _WIN64 - VALUE "FileDescription", __DESCRIPTION " (x64)" - VALUE "ProductName", __PLUGIN_NAME " (x64)" - VALUE "FileVersion", __VERSION_STRING " (x64)" - VALUE "ProductVersion", __VERSION_STRING " (x64)" -#else VALUE "FileDescription", __DESCRIPTION VALUE "ProductName", __PLUGIN_NAME VALUE "FileVersion", __VERSION_STRING VALUE "ProductVersion", __VERSION_STRING -#endif VALUE "InternalName", __PLUGIN_NAME VALUE "OriginalFilename", __FILENAME VALUE "Author", __AUTHOR @@ -78,26 +71,24 @@ STYLE DS_SETFONT | WS_POPUP FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "",IDC1_STATIC_G1,17,10,275,146 - LTEXT "",IDC1_LABEL1,25,16,261,20 - LTEXT "",IDC1_LABEL2,48,37,234,10 + LTEXT "Send to contact action",IDC1_LABEL1,25,16,261,20 + LTEXT "on left mouse button click",IDC1_LABEL2,48,37,234,10 COMBOBOX IDC1_COMBO1,48,48,235,16,CBS_DROPDOWNLIST | WS_TABSTOP - LTEXT "",IDC1_LABEL3,48,71,234,10 + LTEXT "on right mouse button click",IDC1_LABEL3,48,71,234,10 COMBOBOX IDC1_COMBO2,48,83,235,12,CBS_DROPDOWNLIST | WS_TABSTOP - LTEXT "",IDC1_LABEL4,48,108,234,30 + LTEXT "on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)",IDC1_LABEL4,48,108,234,30 COMBOBOX IDC1_COMBO3,48,132,235,15,CBS_DROPDOWNLIST | WS_TABSTOP GROUPBOX "",IDC1_STATIC_G2,17,162,275,55 - CONTROL "",IDC1_CHECK1,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,27,171,259,20 + CONTROL "Show Miranda menu only in this firefox profiles (comma delimeted)",IDC1_CHECK1,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,27,171,259,20 EDITTEXT IDC1_EDIT1,41,195,242,14,ES_AUTOHSCROLL GROUPBOX "",IDC1_STATIC_G3,19,218,273,10,NOT WS_VISIBLE - //LTEXT "Refresh firefox data",IDC1_STATIC_INVALIDATE,25,218,178,8,NOT WS_VISIBLE - //PUSHBUTTON "Refresh",IDC1_BUTTON_INVALIDATE,205,219,77,6,NOT WS_VISIBLE END IDD_OPT2 DIALOGEX 0, 0, 310, 230 STYLE DS_SETFONT | WS_POPUP FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN - LTEXT "",IDC2_LABEL1,4,5,301,19 + LTEXT "Show this contacts in 'Send ... to' option in Firefox",IDC2_LABEL1,4,5,301,19 CONTROL "",IDC2_CONTACTS_LIST,"CListControl",WS_TABSTOP | 0x1d2,4,25,302,201,WS_EX_CLIENTEDGE END @@ -106,7 +97,7 @@ STYLE DS_SETFONT | WS_POPUP FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN GROUPBOX "",IDC3_STATIC_G1,17,18,275,180 - LTEXT "",IDC3_LABEL1,23,31,261,19 + LTEXT "Show this accounts in 'Set status message' option in Firefox",IDC3_LABEL1,23,31,261,19 CONTROL "",IDC3_PROTOCOLS_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,61,52,183,126 END -- cgit v1.2.3