Changeset 43029 in vbox for trunk/src/VBox
- Timestamp:
- Aug 28, 2012 11:30:40 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80363
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r42949 r43029 488 488 } 489 489 #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 } 490 496 } 491 497
Note:
See TracChangeset
for help on using the changeset viewer.