]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #53 Correction of a dialog name (GeomApp-> Save).
authorsbh <sergey.belash@opencascade.com>
Fri, 23 May 2014 05:49:38 +0000 (09:49 +0400)
committersbh <sergey.belash@opencascade.com>
Fri, 23 May 2014 05:49:38 +0000 (09:49 +0400)
src/XGUI/XGUI_Workshop.cpp

index 08713ee470cea09fcef4cb02b30affea929cbd07..40a31159a878e85a88d36aa7a51e2f6a579a22cd 100644 (file)
@@ -507,7 +507,8 @@ bool XGUI_Workshop::onSaveAs()
   QDir aDir(aTempDir);
   if(aDir.exists() && !aDir.entryInfoList(QDir::NoDotAndDotDot|QDir::AllEntries).isEmpty()) {
     int answer = QMessageBox::question(myMainWindow,
-                                       QString(),
+                                       //: Title of the dialog which asks user if he wants to save study in existing non-empty folder
+                                       tr("Save"),
                                        tr("The folder already contains some files, save anyway?"),
                                        QMessageBox::Save|QMessageBox::Cancel);
     if(answer == QMessageBox::Cancel) {