[Kstars-devel] KDE/kdeedu/kstars/kstars/skycomponents

Jason Harris kstars at 30doradus.org
Sat Sep 8 19:50:37 CEST 2007


SVN commit 709954 by harris:

Display full constellation name in popup menu, details window, etc.

CCMAIL: kstars-devel at kde.org



 M  +1 -1      constellationboundarylines.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/constellationboundarylines.cpp #709953:709954
@@ -102,7 +102,7 @@
             lineList = 0;
 
             if ( polyList ) boundaryPoly->appendPoly( polyList, idxFile, verbose );
-            QString cName = line.mid(1, 3); 
+            QString cName = line.mid(1); 
             polyList = new PolyList( cName );
 			if ( verbose == -1 ) printf(":\n");
             continue;


More information about the Kstars-devel mailing list