Changeset 18877 in vbox
- Timestamp:
- Apr 14, 2009 8:19:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r18789 r18877 541 541 break; 542 542 # endif 543 # if 0 /** @todo Enable after 2.2.0 (/ NLS unfreeze). */544 543 case VERR_VM_DRIVER_NOT_ACCESSIBLE: 545 544 msgText += QApplication::tr ("Kernel driver not accessible"); 546 545 break; 547 # endif548 546 default: 549 547 msgText += QApplication::tr (
Note:
See TracChangeset
for help on using the changeset viewer.