- Timestamp:
- Dec 8, 2014 3:03:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r53306 r53481 423 423 QMessageBox::critical(0, QApplication::tr("Incompatible Qt Library Error"), 424 424 strMsg, QMessageBox::Abort, 0); 425 qFatal("%s", strMsg.to Ascii().constData());425 qFatal("%s", strMsg.toUtf8().constData()); 426 426 break; 427 427 } … … 671 671 QMessageBox::critical(0 /* parent */, strTitle, strText, 672 672 QMessageBox::Abort /* 1st button */, 0 /* 2nd button */); 673 qFatal("%s", strText.to Ascii().constData());673 qFatal("%s", strText.toUtf8().constData()); 674 674 } 675 675
Note:
See TracChangeset
for help on using the changeset viewer.