VirtualBox

Changeset 97973 in vbox


Ignore:
Timestamp:
Jan 4, 2023 8:44:38 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155064
Message:

FE/Qt: bugref:10342: Get rid of UIMultiScreenLayout translation context.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPoolRuntime.cpp

    r97972 r97973  
    38453845            QMenu *pSubMenu = pMenu->addMenu(UIIconPool::iconSet(":/virtual_screen_16px.png",
    38463846                                                                 ":/virtual_screen_disabled_16px.png"),
    3847                                              QApplication::translate("UIMultiScreenLayout", "Virtual Screen %1").arg(iGuestScreenIndex + 1));
     3847                                             QApplication::translate("UIActionPool", "Virtual Screen %1").arg(iGuestScreenIndex + 1));
    38483848            pSubMenu->setProperty("Guest Screen Index", iGuestScreenIndex);
    38493849            connect(pSubMenu, &QMenu::aboutToShow, this, &UIActionPoolRuntime::sltPrepareMenuViewScreen);
     
    38883888            QMenu *pSubMenu = pMenu->addMenu(UIIconPool::iconSet(":/virtual_screen_16px.png",
    38893889                                                                 ":/virtual_screen_disabled_16px.png"),
    3890                                              QApplication::translate("UIMultiScreenLayout", "Virtual Screen %1").arg(iGuestScreenIndex + 1));
     3890                                             QApplication::translate("UIActionPool", "Virtual Screen %1").arg(iGuestScreenIndex + 1));
    38913891            pSubMenu->setProperty("Guest Screen Index", iGuestScreenIndex);
    38923892            connect(pSubMenu, &QMenu::aboutToShow, this, &UIActionPoolRuntime::sltPrepareMenuViewScreen);
     
    40754075        {
    40764076            /* Create exclusive 'remap' action: */
    4077             QAction *pAction = pActionGroup->addAction(QApplication::translate("UIMultiScreenLayout", "Use Host Screen %1")
     4077            QAction *pAction = pActionGroup->addAction(QApplication::translate("UIActionPool", "Use Host Screen %1")
    40784078                                                                               .arg(iHostScreenIndex + 1));
    40794079            if (pAction)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette