Summary: | i18n bug trunk + branch: catalog not loaded, wrong use of I18N_NOOP | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Burkhard Lück <lueck> |
Component: | plasma widget | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fix to use proper catalog + i18n call |
Description
Burkhard Lück
2009-09-24 12:02:31 UTC
Created attachment 37148 [details]
fix to use proper catalog + i18n call
Thanks for notifying... please commit! :) Lukas SVN commit 1027741 by lueck: load translation catalog, fix wrong use of I18N_NOOP in trunk CCBUG:208373 M +1 -0 applet/barapplet/kgetbarapplet.cpp M +2 -0 applet/panelbar/kgetpanelbar.cpp M +1 -0 applet/piechart/kgetpiechart.cpp M +4 -5 engine/kgetengine.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1027741 SVN commit 1027742 by lueck: backport from trunk r1027741: load translation catalog, fix wrong use of I18N_NOOP BUG:208373 M +1 -0 applet/barapplet/kgetbarapplet.cpp M +2 -0 applet/panelbar/kgetpanelbar.cpp M +1 -0 applet/piechart/kgetpiechart.cpp M +5 -7 engine/kgetengine.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1027742 |