VirtualBox

Ignore:
Timestamp:
May 21, 2008 8:30:39 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: NLS: Prepare to synchronize 1.6.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r8947 r8997  
    14691469            break;
    14701470        }
    1471         default: 
     1471        default:
    14721472            break;
    14731473    }
     
    15831583
    15841584    if (dbgStatisticsAction)
    1585         dbgStatisticsAction->setText (tr ("&Statistics..."));
     1585        dbgStatisticsAction->setText (tr ("&Statistics...", "debug action"));
    15861586    if (dbgCommandLineAction)
    1587         dbgCommandLineAction->setText (tr ("&Command line..."));
     1587        dbgCommandLineAction->setText (tr ("&Command Line...", "debug action"));
    15881588#endif
    15891589
     
    16171617    /* main menu & seamless popup menu */
    16181618
    1619     mVMMenu->setTitle (tr ("&Machine")); 
     1619    mVMMenu->setTitle (tr ("&Machine"));
    16201620//    mVMMenu->setIcon (VBoxGlobal::iconSet (":/machine_16px.png"));
    16211621
     
    22382238            WindowRef windowRef = ::darwinToWindowRef (this);
    22392239            Assert (VALID_PTR (windowRef));
    2240             /* See above. 
     2240            /* See above.
    22412241            status = RemoveEventHandler (mDarwinRegionEventHandlerRef);
    22422242            AssertCarbonOSStatus (status);
     
    33253325        console->setAutoresizeGuest (   mIsGraphicsSupported
    33263326                                     && vmAutoresizeGuestAction->isChecked());
    3327         vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported);       
     3327        vmAutoresizeGuestAction->setEnabled (mIsGraphicsSupported);
    33283328    }
    33293329
Note: See TracChangeset for help on using the changeset viewer.

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