Cumulative changes

Move to translateable (System Default) message
Move change language to Tools menu
Redesign the language dialog
Add the translators' name to the About dialog, to make the translation process more attractive
This commit is contained in:
Laci bá
2021-11-13 22:36:13 +01:00
parent 3fa1e88d7d
commit 7ae10144ad
5 changed files with 50 additions and 29 deletions

View File

@@ -66,7 +66,7 @@ progsett_fill_languages(HWND hdlg)
HWND lang_combo = GetDlgItem(hdlg, IDC_COMBO_LANG);
SendMessage(lang_combo, CB_RESETCONTENT, 0, 0);
SendMessage(lang_combo, CB_ADDSTRING, 0, (LPARAM)L"(System Default)");
SendMessage(lang_combo, CB_ADDSTRING, 0, win_get_string(IDS_7168));
SendMessage(lang_combo, CB_SETITEMDATA, 0, 0xFFFF);
enum_helper = 0; c = 1;