[Kstars-devel] branches/kstars/summer/kdeedu/kstars/kstars/skycomponents

Jason Harris kstars at 30doradus.org
Wed Jul 9 16:15:24 CEST 2008


Nice to see the deepstars file made optional!

On Tue, Jul 8, 2008 at 5:38 PM, Akarsh Simha <akarshsimha at gmail.com> wrote:
>                 kDebug() << "WARNING: Trixel level in program != that in file. EXPECT TROUBLE!" << endl;

Heh. :)

BTW, for messages like this, you should use kWarning() instead of
kDebug() (so the message will still be shown if KStars is compiled
without debugging).  Also, if the message is intended to be seen by
users, you can wrap it in i18n() so it will get translated.

Jason


More information about the Kstars-devel mailing list