mirror of
https://github.com/reactos/wine.git
synced 2025-01-22 20:04:59 +00:00
Hide <-> Show Advanced.
This commit is contained in:
parent
a677ac554f
commit
ce8b469246
@ -102,12 +102,12 @@ static void set_advanced(HWND dialog)
|
||||
if (advanced)
|
||||
{
|
||||
state = SW_NORMAL;
|
||||
LoadString(GetModuleHandle(NULL), IDS_SHOW_ADVANCED, text, 256);
|
||||
LoadString(GetModuleHandle(NULL), IDS_HIDE_ADVANCED, text, 256);
|
||||
}
|
||||
else
|
||||
{
|
||||
state = SW_HIDE;
|
||||
LoadString(GetModuleHandle(NULL), IDS_HIDE_ADVANCED, text, 256);
|
||||
LoadString(GetModuleHandle(NULL), IDS_SHOW_ADVANCED, text, 256);
|
||||
}
|
||||
|
||||
ShowWindow(GetDlgItem(dialog, IDC_RADIO_AUTODETECT), state);
|
||||
|
Loading…
x
Reference in New Issue
Block a user