From ff341904fef5794dab0f167b63578e5a088533b7 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 6 Jun 2005 04:23:42 +0000 Subject: [PATCH] Fixed wrong dialog caption. --- src/SalomeApp/SalomeApp_AboutDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2