2024-01-29 22:31:23 +00:00
|
|
|
Index: VirtualBox-7.0.14/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
|
2016-07-26 16:15:55 +00:00
|
|
|
===================================================================
|
2024-01-29 22:31:23 +00:00
|
|
|
--- 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
|
2023-10-18 16:43:18 +00:00
|
|
|
@@ -99,8 +99,6 @@ void UISettingsDialogGlobal::retranslate
|
2019-01-28 20:37:13 +00:00
|
|
|
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: */
|
2023-10-18 16:43:18 +00:00
|
|
|
@@ -225,17 +223,6 @@ void UISettingsDialogGlobal::prepare()
|
2022-11-18 21:49:33 +00:00
|
|
|
addPageHelpKeyword(iPageIndex, "preferences");
|
2011-01-17 12:39:27 +00:00
|
|
|
break;
|
|
|
|
}
|
2015-07-11 11:43:54 +00:00
|
|
|
-#ifdef VBOX_GUI_WITH_NETWORK_MANAGER
|
2011-01-17 12:39:27 +00:00
|
|
|
- /* Update page: */
|
2013-07-24 10:57:58 +00:00
|
|
|
- case GlobalSettingsPageType_Update:
|
2011-01-17 12:39:27 +00:00
|
|
|
- {
|
2011-07-21 10:51:05 +00:00
|
|
|
- pSettingsPage = new UIGlobalSettingsUpdate;
|
2015-07-11 11:43:54 +00:00
|
|
|
- addItem(":/refresh_32px.png", ":/refresh_24px.png", ":/refresh_16px.png",
|
2011-07-21 10:51:05 +00:00
|
|
|
- iPageIndex, "#update", pSettingsPage);
|
2022-12-26 17:18:51 +00:00
|
|
|
- addPageHelpKeyword(iPageIndex, "preferences");
|
2011-01-17 12:39:27 +00:00
|
|
|
- break;
|
|
|
|
- }
|
2015-07-11 11:43:54 +00:00
|
|
|
-#endif /* VBOX_GUI_WITH_NETWORK_MANAGER */
|
2011-01-17 12:39:27 +00:00
|
|
|
/* Language page: */
|
2013-07-24 10:57:58 +00:00
|
|
|
case GlobalSettingsPageType_Language:
|
2015-07-11 11:43:54 +00:00
|
|
|
{
|