From: sbh Date: Fri, 23 May 2014 05:49:38 +0000 (+0400) Subject: Issue #53 Correction of a dialog name (GeomApp-> Save). X-Git-Tag: V_0.2~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1fb16b1b1adc278971bb858b8465adc83b325a5b;p=modules%2Fshaper.git Issue #53 Correction of a dialog name (GeomApp-> Save). --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index 08713ee47..40a31159a 100644 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -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) {