Changed preferences.php to ask for QEMU version not wine version.

svn path=/; revision=9
This commit is contained in:
2009-10-09 03:13:36 +00:00
parent a846cd62e9
commit 1609887ed6

View File

@@ -91,7 +91,7 @@ function show_user_fields($oUser)
$oTableRow = new TableRow();
$oTableRow->AddTextCell("  Wine version");
$oTableRow->AddTextCell("  QEMU version");
$sBugzillaVersionList = make_bugzilla_version_list("sWineRelease",
$sWineRelease);