[ui] try to reselect the last file system explicitly set

* Also remove an duplicate internal call to IDC_FILE_SYSTEM
* Also fix the hash button mention in the Japanese translation
This commit is contained in:
Pete Batard 2018-05-06 22:31:42 +01:00
parent 8aeaa5e3b9
commit 8453c8c44f
5 changed files with 40 additions and 30 deletions

View file

@ -845,8 +845,6 @@ BOOL GetDevices(DWORD devnum)
i = 0;
IGNORE_RETVAL(ComboBox_SetCurSel(hDeviceList, i));
SendMessage(hMainDialog, WM_COMMAND, (CBN_SELCHANGE<<16) | IDC_DEVICE, 0);
SendMessage(hMainDialog, WM_COMMAND, (CBN_SELCHANGE<<16) | IDC_FILE_SYSTEM,
ComboBox_GetCurSel(hFileSystem));
r = TRUE;
out: