[loc] update translations for 1.5.0 UI

This commit is contained in:
Pete Batard 2014-11-27 23:24:50 +00:00
parent c56d1a0545
commit 5863db3ef3
5 changed files with 772 additions and 843 deletions

View file

@ -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);