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

Jason Harris kstars at 30doradus.org
Mon Jan 28 06:38:17 CET 2008


SVN commit 767475 by harris:

While Pluto is not a planet, it isn't an asteroid either.  The Detail 
dialog now refers to Pluto, Ceres and Eris as "Dwarf planets".  

Can't backport due to new string.

CCBUG: 132994
CCMAIL: kstars-devel at kde.org



 M  +2 -0      detaildialog.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/detaildialog.cpp #767474:767475
@@ -163,6 +163,8 @@
             Data->Type->setText( i18n("G5 star") );
         else if ( ps->name() == "Moon" )
             Data->Type->setText( ps->translatedName() );
+        else if ( ps->name() == "Pluto" || ps->name() == "Ceres" || ps->name() == "Eris" )
+            Data->Type->setText( i18n("Dwarf planet") );
         else
             Data->Type->setText( ps->typeName() );
 


More information about the Kstars-devel mailing list