From kde-bugs-dist Wed May 31 21:00:32 2006 From: Oliver Wieland Date: Wed, 31 May 2006 21:00:32 +0000 To: kde-bugs-dist Subject: [Bug 128392] New: Error on Localization at NewFOV dialog Message-Id: <20060531230030.128392.oli () team-wieland ! de> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=114910923627062 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=128392 Summary: Error on Localization at NewFOV dialog Product: kstars Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kstars 30doradus org ReportedBy: oli team-wieland de Version: 1.20 (using KDE KDE 3.5.0) Installed from: Gentoo Packages OS: Linux At NewFOV::slotUpdateFOV(), there is a convertion from String to Double, which is not localized. In Germany, for example, we use a comma as decimal separator. QString::ToDouble(bool *ok) should handle this correctly, so that the ok value returns true, but in this case, ok returns false. I'm a newbie in QT/KDE programming, so I don't know, where the localization should have been done. Oli