VirtualBox

Changeset 4331 in vbox for trunk/src


Ignore:
Timestamp:
Aug 24, 2007 1:25:30 AM (17 years ago)
Author:
vboxsync
Message:

'Guru Meditation' is way cooler than 'Critical Error'.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h

    r4297 r4331  
    3838        Warning,
    3939        Error,
    40         Critical
     40        Critical,
     41        GuruMeditation
    4142    };
    4243    enum {
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r4313 r4331  
    322322            icon = QIMessageBox::Critical;
    323323            break;
     324        case GuruMeditation:
     325            title = "VirtualBox - Guru Meditation"; /* don't translate this */
     326            icon = QIMessageBox::Critical;
     327            break;
    324328    }
    325329
     
    16051609    Q_UNUSED (aConsole);
    16061610
    1607     int rc = message (&vboxGlobal().consoleWnd(), Critical,
     1611    int rc = message (&vboxGlobal().consoleWnd(), GuruMeditation,
    16081612        tr ("<p>A critical error has occurred while running the virtual "
    16091613            "machine and the machine execution has been stopped.</p>"
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