From: stv Date: Mon, 6 Jun 2005 04:23:42 +0000 (+0000) Subject: Fixed wrong dialog caption. X-Git-Tag: T3_0_0_a1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ff341904fef5794dab0f167b63578e5a088533b7;p=modules%2Fgui.git Fixed wrong dialog caption. --- diff --git a/src/SalomeApp/SalomeApp_AboutDlg.cxx b/src/SalomeApp/SalomeApp_AboutDlg.cxx index 2f142db91..a86644db1 100644 --- a/src/SalomeApp/SalomeApp_AboutDlg.cxx +++ b/src/SalomeApp/SalomeApp_AboutDlg.cxx @@ -71,7 +71,7 @@ SalomeApp_AboutDlg::SalomeApp_AboutDlg( const QString& defName, const QString& d license->setText( tr( "ABOUT_LICENSE" ) ); checkLabel( license ); - QString capText = tr( "ABOUT_VERSION" ); + QString capText = tr( "ABOUT_CAPTION" ); if ( capText.contains( "%1" ) ) capText = capText.arg( defName ); setCaption( capText );