[Kstars-devel] kdeedu/libkdeedu/extdate [POSSIBLY UNSAFE]

Jason Harris kstars at 30doradus.org
Mon Sep 20 07:38:40 CEST 2004


CVS commit by harris: 

Fixing bug #89098 (Date not localized in What's Up Tonight tool).
This is part one of a two-part fix.  ExtDate used to use Qt's format strings for expressing dates.  However, to localize the expression of the date, we need KGlobal::locale()->dateFormat(), which uses KDE's format strings (which are totally different from Qt's).  This commit makes ExtDate and ExtDateTime use KDE format strings.

CCMAIL: kstars-devel at kde.org


  M +79 -358   extdatetime.cpp   1.10 [POSSIBLY UNSAFE: printf]
  M +0 -1      extdatetime.h   1.4





More information about the Kstars-devel mailing list