forked from pool/virtualbox
32 lines
1.5 KiB
Diff
32 lines
1.5 KiB
Diff
|
Index: VirtualBox-7.0.14/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
||
|
===================================================================
|
||
|
--- VirtualBox-7.0.14.orig/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
||
|
+++ VirtualBox-7.0.14/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:
|
||
|
{
|