winecfg: Set default windows version to XP.

This commit is contained in:
Austin English 2008-10-27 14:22:30 -05:00 committed by Alexandre Julliard
parent b33ddbde6a
commit f64fbe2ef3

View file

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