Salome HOME
Object browser reference text color was corrected.
[modules/gui.git] / src / SalomeApp / SalomeApp_AboutDlg.cxx
index 2f142db9158d895c7b7a9495adb2fadf099373cb..a86644db1263955451c0d6c5637295327e66097e 100644 (file)
@@ -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 );