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

Jason Harris kstars at 30doradus.org
Thu May 1 07:13:43 CEST 2008


SVN commit 802898 by harris:

Make it possible to center on a constellation when it's been selected in the Find 
dialog

CCMAIL: kstars-devel at kde.org



 M  +2 -0      skymapcomposite.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skycomponents/skymapcomposite.cpp #802897:802898
@@ -391,6 +391,8 @@
     if ( o ) return o;
     o = m_CustomCatalogs->findByName( name );
     if ( o ) return o;
+    o = m_CNames->findByName( name );
+    if ( o ) return o;
     o = m_Stars->findByName( name );
     if ( o ) return o;
 


More information about the Kstars-devel mailing list