Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | Fix locale-aware reading in KDesktopFile | Martin Gräßlin | |
The underlying KConfig used QLocale::name() for getting the locale aware part. But this returns "de_DE" while the desktop files store "de". In addition it constructs a QLocale object instead of using the system locale. This has the advantage that the usage of QLocale::setDafault() gets honored by KConfig. REVIEW: 118564 |