Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > by-pkgid > 67c27daeb12b29191b2652848dc5ec84 > files > 5

qt4-4.6.2-9mdv2010.1.src.rpm

--- src/gui/dialogs/qmessagebox.h~	2009-11-27 02:27:52.000000000 +0100
+++ src/gui/dialogs/qmessagebox.h	2010-01-15 16:24:54.000000000 +0100
@@ -354,7 +354,7 @@
 QString s = QApplication::tr("Executable '%1' requires Qt "\
  "%2, found Qt %3.").arg(qAppName()).arg(QString::fromLatin1(\
 str)).arg(QString::fromLatin1(qVersion())); QMessageBox::critical(0, QApplication::tr(\
-"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal(s.toLatin1().data()); }}
+"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal("%s",s.toLatin1().data()); }}
 
 #endif // QT_NO_MESSAGEBOX