[Kstars-devel] branches/kstars/summer/kstars/kstars/comast

Prakash Mohan prak902000 at gmail.com
Wed Jul 15 03:00:40 CEST 2009


SVN commit 996851 by prakash:

Fixing a bug, the text is "lens"  in the logs not "Lens"

CCMAIL: kstars-devel at kde.org


 M  +1 -1      log.cpp  


--- branches/kstars/summer/kstars/kstars/comast/log.cpp #996850:996851
@@ -515,7 +515,7 @@
             break;
 
         if( reader->isStartElement() ) {
-            if( reader->name() == "Lens" )
+            if( reader->name() == "lens" )
                 readLens( reader->attributes().value( "id" ).toString() );
             else
                 readUnknownElement();


More information about the Kstars-devel mailing list