[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Sun Dec 21 04:41:15 CET 2003


CVS commit by staikos: 

We really need a solution for this in designer.  Everytime I commit a .ui file
I have to remember to edit it by hand first and change 3.2->3.1.

Also add a missing i18n()


  M +1 -1      kstscalar.cpp   1.14
  M +1 -1      variablelisteditor.ui   1.3


--- kdeextragear-2/kst/kst/kstscalar.cpp  #1.13:1.14
@@ -25,5 +25,5 @@ KstScalar::KstScalar(const QString& in_t
   _tag = in_tag;
   if (_tag.isEmpty()) {
-    QString nt = "Anonymous Scalar %1";
+    QString nt = i18n("Anonymous Scalar %1");
     int i = 0;
     // FIXME: make me more efficient

--- kdeextragear-2/kst/kst/variablelisteditor.ui  #1.2:1.3
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 <class>VariableListEditor</class>
 <widget class="QDialog">





More information about the Kst mailing list