forked from jengelh/virtualbox
osc copypac from project:home:mseben:branches:Virtualization package:virtualbox-ose revision:7
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=1
This commit is contained in:
15
vbox-default-os-type.diff
Normal file
15
vbox-default-os-type.diff
Normal file
@@ -0,0 +1,15 @@
|
||||
--- src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp.orig 2010-11-10 21:27:23.000000000 +0100
|
||||
+++ src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp 2010-11-10 21:27:53.000000000 +0100
|
||||
@@ -199,10 +199,10 @@
|
||||
if (xpIndex != -1)
|
||||
mCbType->setCurrentIndex (xpIndex);
|
||||
}
|
||||
- /* Or select Ubuntu item for Linux family as default */
|
||||
+ /* Or select openSUSE item for Linux family as default */
|
||||
else if (familyId == "Linux")
|
||||
{
|
||||
- int ubIndex = mCbType->findData ("Ubuntu", RoleTypeID);
|
||||
+ int ubIndex = mCbType->findData ("OpenSUSE", RoleTypeID);
|
||||
if (ubIndex != -1)
|
||||
mCbType->setCurrentIndex (ubIndex);
|
||||
}
|
Reference in New Issue
Block a user