[Kstars-devel] branches/kstars/summer/kstars/kstars/comast
Prakash Mohan
prak902000 at gmail.com
Thu Jul 30 19:59:44 CEST 2009
SVN commit 1004672 by prakash:
Set the Notes field to display the current Target's notes instead of displaying a Blank box for it.
CCMAIL: kstars-devel at kde.org
M +1 -0 execute.cpp
--- branches/kstars/summer/kstars/kstars/comast/execute.cpp #1004671:1004672
@@ -277,6 +277,7 @@
ui.Dec->setText( p.dec()->toDMSString() );
ui.Alt->setText( p.alt()->toDMSString() );
ui.Az->setText( p.az()->toDMSString() );
+ ui.Notes->setText( currentTarget->notes() );
}
}
More information about the Kstars-devel
mailing list