VirtualBox

Changeset 18762 in vbox for trunk/src


Ignore:
Timestamp:
Apr 6, 2009 2:19:25 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt: VERR_VM_DRIVER_NOT_ACCESSIBLE msg (disabled because of NLS freeze).

File:
1 edited

Legend:

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

    r18745 r18762  
    527527        QString msgTitle = QApplication::tr ("VirtualBox - Runtime Error");
    528528        QString msgText = "<html>";
    529        
     529
    530530        switch (rc)
    531531        {
     
    542542            case VERR_NO_MEMORY:
    543543                msgText += g_QStrHintLinuxNoMemory;
     544                break;
     545# endif
     546# if 0 /** @todo Enable after 2.2.0 (/ NLS unfreeze). */
     547            case VERR_VM_DRIVER_NOT_ACCESSIBLE:
     548                msgText += QApplication::tr ("Kernel driver not accessible");
    544549                break;
    545550# endif
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