mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[misc] miscellaneous cleanup
* move Spanish translation to its expected location * set gitattributes for the loc file * update license, factorize is_x64(), remove unwanted messages
This commit is contained in:
parent
5deaddaab7
commit
f97f60d55a
9 changed files with 436 additions and 431 deletions
|
@ -1579,8 +1579,6 @@ static INT_PTR CALLBACK MainCallback(HWND hDlg, UINT message, WPARAM wParam, LPA
|
|||
case WM_COMMAND:
|
||||
if ((LOWORD(wParam) >= UM_LANGUAGE_MENU) && (LOWORD(wParam) < UM_LANGUAGE_MENU_MAX)) {
|
||||
selected_language = LOWORD(wParam) - UM_LANGUAGE_MENU;
|
||||
uprintf("Got language %d\n", selected_language);
|
||||
|
||||
i = 0;
|
||||
list_for_each_entry(lcmd, &locale_list, loc_cmd, list) {
|
||||
if (i++ == selected_language) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue