- Timestamp:
- Aug 24, 2007 1:25:30 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r4297 r4331 38 38 Warning, 39 39 Error, 40 Critical 40 Critical, 41 GuruMeditation 41 42 }; 42 43 enum { -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r4313 r4331 322 322 icon = QIMessageBox::Critical; 323 323 break; 324 case GuruMeditation: 325 title = "VirtualBox - Guru Meditation"; /* don't translate this */ 326 icon = QIMessageBox::Critical; 327 break; 324 328 } 325 329 … … 1605 1609 Q_UNUSED (aConsole); 1606 1610 1607 int rc = message (&vboxGlobal().consoleWnd(), Critical,1611 int rc = message (&vboxGlobal().consoleWnd(), GuruMeditation, 1608 1612 tr ("<p>A critical error has occurred while running the virtual " 1609 1613 "machine and the machine execution has been stopped.</p>"
Note:
See TracChangeset
for help on using the changeset viewer.