forked from pool/virtualbox
99fd246c75
Version bump to 7.0.12. Several CVE vulnerabilities fixed. OBS-URL: https://build.opensuse.org/request/show/1118617 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=712
32 lines
1.5 KiB
Diff
32 lines
1.5 KiB
Diff
Index: VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
|
===================================================================
|
|
--- VirtualBox-7.0.12.orig/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
|
+++ VirtualBox-7.0.12/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
|
@@ -99,8 +99,6 @@ void UISettingsDialogGlobal::retranslate
|
|
m_pSelector->setItemText(GlobalSettingsPageType_Input, tr("Input"));
|
|
|
|
#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
|
|
- /* Update page: */
|
|
- m_pSelector->setItemText(GlobalSettingsPageType_Update, tr("Update"));
|
|
#endif
|
|
|
|
/* Language page: */
|
|
@@ -225,17 +223,6 @@ void UISettingsDialogGlobal::prepare()
|
|
addPageHelpKeyword(iPageIndex, "preferences");
|
|
break;
|
|
}
|
|
-#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
|
|
- /* Update page: */
|
|
- case GlobalSettingsPageType_Update:
|
|
- {
|
|
- pSettingsPage = new UIGlobalSettingsUpdate;
|
|
- addItem(":/refresh_32px.png", ":/refresh_24px.png", ":/refresh_16px.png",
|
|
- iPageIndex, "#update", pSettingsPage);
|
|
- addPageHelpKeyword(iPageIndex, "preferences");
|
|
- break;
|
|
- }
|
|
-#endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
|
|
/* Language page: */
|
|
case GlobalSettingsPageType_Language:
|
|
{
|