[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Aug 10 21:53:23 CEST 2005


SVN commit 445280 by arwalker:

Provide more meaningful title to properties dialog

 M  +3 -1      ksteditviewobjectdialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/ksteditviewobjectdialog_i.cpp #445279:445280
@@ -62,7 +62,9 @@
   _viewObject = viewObject;
   _top = top;
   updateWidgets();
-  
+  if (_viewObject) {
+    setCaption(_viewObject->type());
+  }
   show();
   raise();
 }


More information about the Kst mailing list