[Kstars-devel] KDE/kdeedu/kstars/kstars
Akarsh Simha
akarshsimha at gmail.com
Tue Dec 16 22:09:31 CET 2008
SVN commit 897809 by asimha:
Setting the long name of a planet to the same as its ordinary
name. This fixes the following bugs:
+ The appearance of 'unnamed' as an object name in the find dialog
+ The repeated occurance of 'Mercury' in the What's Up Tonight dialog
CCMAIL: kstars-devel at kde.org
M +1 -0 ksplanetbase.cpp
--- trunk/KDE/kdeedu/kstars/kstars/ksplanetbase.cpp #897808:897809
@@ -76,6 +76,7 @@
PhysicalSize = pSize;
m_Color = c;
setName( s );
+ setLongName( s );
}
KSPlanetBase* KSPlanetBase::createPlanet( int n ) {
More information about the Kstars-devel
mailing list