diff -r 29b477319854 -r 3c3dc6a148ca QTfrontend/game.cpp --- a/QTfrontend/game.cpp Sun Jul 16 08:13:51 2006 +0000 +++ b/QTfrontend/game.cpp Thu Jul 20 20:11:32 2006 +0000 @@ -239,6 +239,7 @@ arguments << "46631"; arguments << (vid_Fullscreen ? "1" : "0"); arguments << "1"; + arguments << tr("en.txt"); process->start("./hwengine", arguments); } @@ -289,7 +290,7 @@ { QMessageBox::critical(0, tr("Error"), - tr("Cannot save demo to file %s").arg(filename), + tr("Cannot save demo to file %1").arg(filename), tr("Quit")); return ; } @@ -307,7 +308,7 @@ { QMessageBox::critical(0, tr("Error"), - tr("Cannot open demofile %s").arg(demofilename), + tr("Cannot open demofile %1").arg(demofilename), tr("Quit")); return ; }