mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winecfg: Set default windows version to XP.
This commit is contained in:
parent
b33ddbde6a
commit
f64fbe2ef3
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ static void update_comboboxes(HWND dialog)
|
|||
return;
|
||||
}
|
||||
if (ver != -1) winver = strdupA( win_versions[ver].szVersion );
|
||||
else winver = strdupA("win2k");
|
||||
else winver = strdupA("winxp");
|
||||
}
|
||||
WINE_TRACE("winver is %s\n", winver);
|
||||
|
||||
|
|
Loading…
Reference in a new issue