Commit f64fbe2e authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winecfg: Set default windows version to XP.

parent b33ddbde
...@@ -133,7 +133,7 @@ static void update_comboboxes(HWND dialog) ...@@ -133,7 +133,7 @@ static void update_comboboxes(HWND dialog)
return; return;
} }
if (ver != -1) winver = strdupA( win_versions[ver].szVersion ); if (ver != -1) winver = strdupA( win_versions[ver].szVersion );
else winver = strdupA("win2k"); else winver = strdupA("winxp");
} }
WINE_TRACE("winver is %s\n", winver); WINE_TRACE("winver is %s\n", winver);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment