[Kstars-devel] KDE/kdeedu/kstars/kstars/tools
Akarsh Simha
akarshsimha at gmail.com
Mon Jun 30 01:54:15 CEST 2008
SVN commit 826202 by asimha:
Fixing an interchange between the combo box indices of the Sun and the
Moon in the conjunction tool.
CCMAIL: kstars-devel at kde.org
M +2 -2 conjunctions.cpp
--- trunk/KDE/kdeedu/kstars/kstars/tools/conjunctions.cpp #826201:826202
@@ -137,10 +137,10 @@
case 7:
Object = (KSPlanetBase *)(new KSPluto( kd ));
break;
- case 8:
+ case 9:
Object = (KSPlanetBase *)(new KSSun( kd ));
break;
- case 9:
+ case 8:
Object = (KSPlanetBase *)(new KSMoon( kd ));
break;
}
More information about the Kstars-devel
mailing list