From 2db0a65f2f06ffa58e3a645064349ad4a2ef4397 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Tue, 7 Oct 2014 20:09:34 +0000 Subject: -Updated german langpack -Minor ressource fixes for Tox git-svn-id: http://svn.miranda-ng.org/main/trunk@10735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/res/resource.rc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'protocols/Tox/res') diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index ca334cf45d..171d4ecc45 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -116,17 +116,17 @@ BEGIN EDITTEXT IDC_PASSWORD,81,49,219,12,ES_PASSWORD | ES_AUTOHSCROLL END -IDD_PROFILE_IMPORT DIALOGEX 0, 0, 239, 87 +IDD_PROFILE_IMPORT DIALOGEX 0, 0, 313, 87 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_TOOLWINDOW CAPTION "Tox profile import" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - PUSHBUTTON "Import",IDOK,124,68,50,14,WS_DISABLED - LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.\r\nPress ""Import"" to perform import from existing profile.\r\nPress ""Cancel"" or close this window to create new profile.",IDC_STATIC,7,5,225,37 - EDITTEXT IDC_PROFILE_PATH,7,42,202,14,ES_AUTOHSCROLL - PUSHBUTTON "...",IDC_BROWSE_PROFILE,216,42,16,14 - DEFPUSHBUTTON "Cancel",IDCANCEL,182,68,50,14 + PUSHBUTTON "Import",IDOK,199,68,50,14,WS_DISABLED + LTEXT "Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.\r\nPress ""Import"" to perform import from existing profile.\r\nPress ""Cancel"" or close this window to create new profile.",IDC_STATIC,7,5,299,37 + EDITTEXT IDC_PROFILE_PATH,7,42,278,14,ES_AUTOHSCROLL + PUSHBUTTON "...",IDC_BROWSE_PROFILE,290,42,16,14 + DEFPUSHBUTTON "Cancel",IDCANCEL,256,68,50,14 END IDD_SEARCH DIALOGEX 0, 0, 109, 113 @@ -198,7 +198,7 @@ BEGIN IDD_PROFILE_IMPORT, DIALOG BEGIN LEFTMARGIN, 7 - RIGHTMARGIN, 232 + RIGHTMARGIN, 306 TOPMARGIN, 5 BOTTOMMARGIN, 82 HORZGUIDE, 42 -- cgit v1.2.3