diff --git a/Language/Greek.h b/Language/Greek.h index 36ea520e..03f05d0f 100644 Binary files a/Language/Greek.h and b/Language/Greek.h differ diff --git a/Language/Korean.h b/Language/Korean.h index 83881463..aec23728 100644 Binary files a/Language/Korean.h and b/Language/Korean.h differ diff --git a/Language/Vietnamese.h b/Language/Vietnamese.h index 04d796c9..363a1deb 100644 Binary files a/Language/Vietnamese.h and b/Language/Vietnamese.h differ diff --git a/Library/DialogManage.cpp b/Library/DialogManage.cpp index 2007fd0f..629c82b7 100644 --- a/Library/DialogManage.cpp +++ b/Library/DialogManage.cpp @@ -1842,19 +1842,19 @@ void DialogManage::TabSettings::Create(HWND owner) 0, 0, 468, 131, WS_VISIBLE, 0), CT_LABEL(-1, ID_STR_LANGUAGESC, - 6, 16, 87, 14, + 6, 16, 107, 14, WS_VISIBLE, 0), CT_COMBOBOX(Id_LanguageDropDownList, 0, - 87, 13, 222, 14, + 107, 13, 222, 14, WS_VISIBLE | WS_TABSTOP | CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL, 0), CT_LABEL(-1, ID_STR_EDITORSC, - 6, 37, 87, 9, + 6, 37, 107, 9, WS_VISIBLE, 0), CT_EDIT(Id_EditorEdit, 0, - 87, 34, 222, 14, + 107, 34, 222, 14, WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | ES_READONLY, WS_EX_CLIENTEDGE), CT_BUTTON(Id_EditorBrowseButton, ID_STR_ELLIPSIS, - 313, 34, 25, 14, + 333, 34, 25, 14, WS_VISIBLE | WS_TABSTOP, 0), CT_CHECKBOX(Id_CheckForUpdatesCheckBox, ID_STR_CHECKFORUPDATES, 6, 55, 150, 9,