Changeset 97973 in vbox
- Timestamp:
- Jan 4, 2023 8:44:38 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155064
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp
r97972 r97973 3845 3845 QMenu *pSubMenu = pMenu->addMenu(UIIconPool::iconSet(":/virtual_screen_16px.png", 3846 3846 ":/virtual_screen_disabled_16px.png"), 3847 QApplication::translate("UI MultiScreenLayout", "Virtual Screen %1").arg(iGuestScreenIndex + 1));3847 QApplication::translate("UIActionPool", "Virtual Screen %1").arg(iGuestScreenIndex + 1)); 3848 3848 pSubMenu->setProperty("Guest Screen Index", iGuestScreenIndex); 3849 3849 connect(pSubMenu, &QMenu::aboutToShow, this, &UIActionPoolRuntime::sltPrepareMenuViewScreen); … … 3888 3888 QMenu *pSubMenu = pMenu->addMenu(UIIconPool::iconSet(":/virtual_screen_16px.png", 3889 3889 ":/virtual_screen_disabled_16px.png"), 3890 QApplication::translate("UI MultiScreenLayout", "Virtual Screen %1").arg(iGuestScreenIndex + 1));3890 QApplication::translate("UIActionPool", "Virtual Screen %1").arg(iGuestScreenIndex + 1)); 3891 3891 pSubMenu->setProperty("Guest Screen Index", iGuestScreenIndex); 3892 3892 connect(pSubMenu, &QMenu::aboutToShow, this, &UIActionPoolRuntime::sltPrepareMenuViewScreen); … … 4075 4075 { 4076 4076 /* Create exclusive 'remap' action: */ 4077 QAction *pAction = pActionGroup->addAction(QApplication::translate("UI MultiScreenLayout", "Use Host Screen %1")4077 QAction *pAction = pActionGroup->addAction(QApplication::translate("UIActionPool", "Use Host Screen %1") 4078 4078 .arg(iHostScreenIndex + 1)); 4079 4079 if (pAction)
Note:
See TracChangeset
for help on using the changeset viewer.