- Timestamp:
- Jul 25, 2007 11:43:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r3807 r3828 1506 1506 "virtual display is currently set to <b>%2 bit</b>.</p>" 1507 1507 "<p>Please open the display properties dialog of the guest OS and " 1508 "select a <b>%3 bit</b> color mode to gain maximum " 1509 "performance of the virtual video subsystem.</p>") 1510 .arg (aWantedBPP).arg (aRealBPP).arg (aWantedBPP), 1508 "select a <b>%3 bit</b> color mode, if it is available, to " 1509 "gain maximum performance of the virtual video subsystem.</p>" 1510 "<p><b>Note</b>. Some operating systems, like OS/2, may actually " 1511 "work in 32 bit mode but report it as 24 bit " 1512 "(16 million colors). You may try to select a different color " 1513 "quality to see if this message disappears or you can simply " 1514 "disable the message now if you are sure the required color " 1515 "quality (%4 bit) is not available in the given guest OS.</p>") 1516 .arg (aWantedBPP).arg (aRealBPP).arg (aWantedBPP).arg (aWantedBPP), 1511 1517 kName); 1512 1518 NOREF(rc);
Note:
See TracChangeset
for help on using the changeset viewer.