mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-28 13:44:15 -04:00
[loc] update translations for 1.5.0 UI
This commit is contained in:
parent
c56d1a0545
commit
5863db3ef3
5 changed files with 772 additions and 843 deletions
|
@ -1358,6 +1358,12 @@ void InitDialog(HWND hDlg)
|
|||
ShowWindow(GetDlgItem(hDlg, IDC_TEST), SW_SHOW);
|
||||
#endif
|
||||
|
||||
// Position of the advanced button needs to be adjusted for XP
|
||||
// (and we don't want to have to remember to keep in sync in the RC)
|
||||
// TODO: Ideally, we'd get the metrics of the font and compute our position and addon spaces accordingly
|
||||
if (nWindowsVersion <= WINDOWS_XP)
|
||||
ResizeMoveCtrl(hDlg, GetDlgItem(hDlg, IDC_ADVANCED), -5, 0, 0, 0);
|
||||
|
||||
// Quite a burden to carry around as parameters
|
||||
hMainDialog = hDlg;
|
||||
hDeviceList = GetDlgItem(hDlg, IDC_DEVICE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue