Changeset 55180 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Apr 10, 2015 10:29:54 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99486
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.cpp
r54505 r55180 671 671 strResult += formatValue(tr("VM Uptime"), strUptime, iMaxLength); 672 672 strResult += formatValue(tr("Clipboard Mode"), strClipboardMode, iMaxLength); 673 strResult += formatValue(tr("Drag 'n'Drop Mode"), strDnDMode, iMaxLength);673 strResult += formatValue(tr("Drag and Drop Mode"), strDnDMode, iMaxLength); 674 674 strResult += formatValue(VBoxGlobal::tr("VT-x/AMD-V", "details report"), strVirtualization, iMaxLength); 675 675 strResult += formatValue(VBoxGlobal::tr("Nested Paging", "details report"), strNestedPaging, iMaxLength); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r55170 r55180 1507 1507 void retranslateUi() 1508 1508 { 1509 setName(QApplication::translate("UIActionPool", "Drag 'n'Drop"));1509 setName(QApplication::translate("UIActionPool", "Drag and Drop")); 1510 1510 } 1511 1511 }; -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp
r52730 r55180 223 223 if (static_cast<QKeyEvent*>(pEvent)->key() == Qt::Key_Escape) 224 224 { 225 LogFlowFunc(("ESC pressed, cancelling drag 'ndrop operation\n"));225 LogFlowFunc(("ESC pressed, cancelling drag and drop operation\n")); 226 226 m_enmState = Canceled; 227 227 }
Note:
See TracChangeset
for help on using the changeset viewer.