[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Jul 29 19:20:12 CEST 2005


SVN commit 440043 by arwalker:

Make case insensitive

 M  +1 -1      comboboxselection_i.cpp  


--- trunk/extragear/graphics/kst/kst/comboboxselection_i.cpp #440042:440043
@@ -73,7 +73,7 @@
     search.prepend("*");
     search.append("*");
   }
-  QRegExp regexp(search, true, true);
+  QRegExp regexp(search, false, true);
 
   OK->setEnabled(false);
   _listBox->clear();


More information about the Kst mailing list