From kde-commits Sun Aug 22 22:37:36 2004 From: Christoph Cullmann Date: Sun, 22 Aug 2004 22:37:36 +0000 To: kde-commits Subject: kdelibs/kate Message-Id: <20040822223736.76DF026C8 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109321428621091 CVS commit by cullmann: little compare fix + hl update A data/glsl.xml 1.1 A tests/highlight.glsl 1.1 M +1 -1 data/Makefile.am 1.125 M +1 -1 part/katedocument.cpp 1.737 --- kdelibs/kate/data/Makefile.am #1.124:1.125 @@ -18,5 +18,5 @@ gettext.xml commonlisp.xml clipper.xml povray.xml euphoria.xml mup.xml jsp.xml ocaml.xml lex.xml yacc.xml \ cg.xml html-php.xml css-php.xml javascript-php.xml ahdl.xml ansic89.xml tibasic.xml \ - purebasic.xml mips.xml logtalk.xml txt2tags.xml xslt.xml stata.xml + purebasic.xml mips.xml logtalk.xml txt2tags.xml xslt.xml stata.xml glsl.xml partrcdir = $(kde_confdir) --- kdelibs/kate/part/katedocument.cpp #1.736:1.737 @@ -5052,5 +5052,5 @@ void KateDocument::readVariableLine( QSt for ( uint i=0; i < hlModeCount(); i++ ) { - if ( hlModeName( i ) == val ) + if ( hlModeName( i ).lower() == val.lower() ) { setHlMode( i );