traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/traverso Interface.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/traverso Interface.cpp
Date: Sat, 06 Oct 2007 18:24:59 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/10/06 18:24:59

Modified files:
        src/traverso   : Interface.cpp 

Log message:
        and also say which project didn't load :) 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/Interface.cpp?cvsroot=traverso&r1=1.99&r2=1.100

Patches:
Index: Interface.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/Interface.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- Interface.cpp       6 Oct 2007 18:20:26 -0000       1.99
+++ Interface.cpp       6 Oct 2007 18:24:59 -0000       1.100
@@ -1066,9 +1066,9 @@
 void Interface::project_load_failed(QString project, QString reason)
 {
        QMessageBox::critical(  this, tr("Traverso - Project load failed"), 
-                               tr("The requested Project could not be loaded 
for the following reason:\n\n'%1'"
+                               tr("The requested Project `%1` \ncould not be 
loaded for the following reason:\n\n'%2'"
                                "\n\nYou will now be given a list of available 
backups (if any) \n"
-                               "to restore the Project from.").arg(reason),
+                               "to restore the Project 
from.").arg(project).arg(reason),
                                QMessageBox::Ok);
        
        show_restore_project_backup_dialog(project);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]