aboutdialog.cpp
changeset 395 7ced3733ba60
parent 390 0e1aeb21cb78
child 404 53efc2562a7d
     1.1 --- a/aboutdialog.cpp	Tue Oct 24 15:36:38 2006 +0000
     1.2 +++ b/aboutdialog.cpp	Mon Oct 30 12:39:37 2006 +0000
     1.3 @@ -192,8 +192,8 @@
     1.4  	//if (!proc->waitForStarted() &&mainWindow->settingsURL() ) setSource(url);
     1.5  	if (!proc->waitForStarted() )
     1.6  		QMessageBox::warning(0, 
     1.7 -		tr("Warning"),
     1.8 -		tr("Couldn't find a viewer to open %1.\n").arg(url)+
     1.9 +		tr("Warning","About window"),
    1.10 +		tr("Couldn't find a viewer to open %1.\n","About window").arg(url)+
    1.11  		tr("Please use Settings->")+tr("Set application to open an URL"));
    1.12  
    1.13  }