From 889ac45320077248d2d134a35ec058bbbe37221f Mon Sep 17 00:00:00 2001 From: abn Date: Fri, 19 Sep 2014 09:12:28 +0200 Subject: [PATCH] Minor bug fix. --- src/SalomeApp/SalomeApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index 08488ab3a..282a26f30 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -1153,7 +1153,7 @@ void SalomeApp_Application::updateDesktopTitle() { int SalomeApp_Application::closeChoice( const QString& docName ) { - int answer = SUIT_MessageBox::question( desktop(), tr( "APPCLOSE_CAPTION" ), tr( "APPCLOSE_DESCRIPTION" ).arg( docName ), + int answer = SUIT_MessageBox::question( desktop(), tr( "APPCLOSE_CAPTION" ), tr( "APPCLOSE_DESCRIPTION" ), tr ("APPCLOSE_SAVE"), tr ("APPCLOSE_CLOSE"), //tr ("APPCLOSE_UNLOAD"), tr ("APPCLOSE_CANCEL"), 0 ); -- 2.39.2