------- 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