SV: Patch: Language selection broken in HEAD
Stephan Kulow
coolo at kde.org
Wed Sep 10 08:09:12 BST 2003
On Wednesday 10 September 2003 08:35, Hans Petter Bieker wrote:
> - QString str = locate("locale",
> QString::fromLatin1("%1/entry.desktop")
> + QString str = locate("locale",
> QString::fromLatin1("l10n/%1/entry.desktop")
> .arg(*it));
>
> No, don't do that.
>
> + QString m_path = path;
> + if (path != "en_US") m_path = "l10n/" + path;
> +
> QString filepath = QString::fromLatin1("%1%2/entry.desktop")
> .arg(sub)
> - .arg(path);
> + .arg(m_path);
>
> ??? Why?
>
> I guess it could be that the kde-i18n module is broken. When I tried to
> install it on Nove Hardy it didn't install the desktop.entry file
It was a bug in am_edit I fixed recently
Greetings, Stephan
--
There may be no I in TEAM, but a M and an E.
More information about the kde-core-devel
mailing list