- Timestamp:
- Apr 6, 2009 2:19:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r18745 r18762 527 527 QString msgTitle = QApplication::tr ("VirtualBox - Runtime Error"); 528 528 QString msgText = "<html>"; 529 529 530 530 switch (rc) 531 531 { … … 542 542 case VERR_NO_MEMORY: 543 543 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"); 544 549 break; 545 550 # endif
Note:
See TracChangeset
for help on using the changeset viewer.