[Kst] kst_0_99_branch: kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue Aug 17 18:15:00 CEST 2004


CVS commit by staikos: 

revert last - fix is in the equation scanner


  M +6 -7      kstfilterdialog_i.cpp   1.10.2.2
  M +1 -2      kstfitdialog_i.cpp   1.33.2.2
  M +1 -2      kstplugindialog_i.cpp   1.83.2.2


--- kdeextragear-2/kst/kst/kstfilterdialog_i.cpp  #1.10.2.1:1.10.2.2
@@ -288,6 +288,5 @@ bool KstFilterDialogI::saveOutputs(KstPl
         tagName = plugin->tagName();
       }
-      QString otag = tagName + "-" + (*it)._name;
-      li->setText(otag.replace(" ", "_"));
+      li->setText(tagName + "-" + (*it)._name);
     }
 

--- kdeextragear-2/kst/kst/kstfitdialog_i.cpp  #1.33.2.1:1.33.2.2
@@ -314,6 +314,5 @@ bool KstFitDialogI::saveOutputs(KstPlugi
         tagName = plugin->tagName();
       }
-      QString otag = tagName + "-" + (*it)._name;
-      li->setText(otag.replace(" ", "_"));
+      li->setText(tagName+"-"+(*it)._name);
     }
 

--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp  #1.83.2.1:1.83.2.2
@@ -347,6 +347,5 @@ bool KstPluginDialogI::saveOutputs(KstPl
         tagName = plugin->tagName();
       }
-      QString otag = tagName + "-" + (*it)._name;
-      li->setText(otag.replace(" ", "_"));
+      li->setText(tagName + "-" + (*it)._name);
     }
 





More information about the Kst mailing list