diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-07 20:09:34 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-10-07 20:09:34 +0000 |
commit | 2db0a65f2f06ffa58e3a645064349ad4a2ef4397 (patch) | |
tree | 9e68f1fa2e0b49132397fc18e076214bff969d15 /protocols/Tox/res/resource.rc | |
parent | 7fc67b5a68b9b10251c9ce8ec54548f16d04b52e (diff) |
-Updated german langpack
-Minor ressource fixes for Tox
git-svn-id: http://svn.miranda-ng.org/main/trunk@10735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r-- | protocols/Tox/res/resource.rc | 14 |
1 files changed, 7 insertions, 7 deletions
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
|