VirtualBox

Changeset 43029 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2012 11:30:40 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80363
Message:

FE/Qt: 6350: Runtime UI: Propagate language-change to Shared Clipboard menu actions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp

    r42949 r43029  
    488488    }
    489489#endif /* Q_WS_MAC */
     490    /* Shared Clipboard actions: */
     491    if (m_pSharedClipboardActions)
     492    {
     493        foreach (QAction *pAction, m_pSharedClipboardActions->actions())
     494            pAction->setText(gpConverter->toString(pAction->data().value<KClipboardMode>()));
     495    }
    490496}
    491497
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