Changeset 8997 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- May 21, 2008 8:30:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r8947 r8997 1469 1469 break; 1470 1470 } 1471 default: 1471 default: 1472 1472 break; 1473 1473 } … … 1583 1583 1584 1584 if (dbgStatisticsAction) 1585 dbgStatisticsAction->setText (tr ("&Statistics..." ));1585 dbgStatisticsAction->setText (tr ("&Statistics...", "debug action")); 1586 1586 if (dbgCommandLineAction) 1587 dbgCommandLineAction->setText (tr ("&Command line..."));1587 dbgCommandLineAction->setText (tr ("&Command Line...", "debug action")); 1588 1588 #endif 1589 1589 … … 1617 1617 /* main menu & seamless popup menu */ 1618 1618 1619 mVMMenu->setTitle (tr ("&Machine")); 1619 mVMMenu->setTitle (tr ("&Machine")); 1620 1620 // mVMMenu->setIcon (VBoxGlobal::iconSet (":/machine_16px.png")); 1621 1621 … … 2238 2238 WindowRef windowRef = ::darwinToWindowRef (this); 2239 2239 Assert (VALID_PTR (windowRef)); 2240 /* See above. 2240 /* See above. 2241 2241 status = RemoveEventHandler (mDarwinRegionEventHandlerRef); 2242 2242 AssertCarbonOSStatus (status); … … 3325 3325 console->setAutoresizeGuest ( mIsGraphicsSupported 3326 3326 && vmAutoresizeGuestAction->isChecked()); 3327 vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported); 3327 vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported); 3328 3328 } 3329 3329
Note:
See TracChangeset
for help on using the changeset viewer.