[Kst] branches/work/kst/portto4/kst/src

Barth Netterfield netterfield at astro.utoronto.ca
Thu Jul 5 03:13:14 UTC 2012


SVN commit 1303997 by netterfield:

Close all windows when the main window is closed.


 M  +1 -0      libkstapp/mainwindow.cpp  
 M  +1 -1      widgets/labelbuilder.cpp  
 M  +1 -1      widgets/labelbuilder.ui  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1303996:1303997
@@ -219,6 +219,7 @@
   }
   //cleanup();
   QMainWindow::closeEvent(e);
+  kstApp->closeAllWindows();
 }
 
 
--- branches/work/kst/portto4/kst/src/widgets/labelbuilder.cpp #1303996:1303997
@@ -34,7 +34,7 @@
                              "Scalar: <i>[V1/Mean]</i>.  Vector Element: <i>[V1[4]]</i>.  "
                              "Equation: <i>[=[V1/Mean]^2]</i>.  A [ character can be inserted as <i>\\[</i>."));
 
-  _label->setToolTip(tr("Label text.  A subset of LaTeX is supported.  See What's This."));
+  _label->setToolTip(tr("Label text.  A subset of LaTeX is supported.  Click 'Help' for help."));
 
   connect(_label, SIGNAL(textChanged()), this, SIGNAL(labelChanged()));
   connect(_help, SIGNAL(clicked()), this, SLOT(showHelp()));
--- branches/work/kst/portto4/kst/src/widgets/labelbuilder.ui #1303996:1303997
@@ -69,7 +69,7 @@
       </sizepolicy>
      </property>
      <property name="text">
-      <string>More</string>
+      <string>Help</string>
      </property>
     </widget>
    </item>


More information about the Kst mailing list