| Summary: | kfilereplace translation catalog is not loaded when using kfilereplacepart in Konqueror | ||
|---|---|---|---|
| Product: | [Unmaintained] kfilereplace | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | András Manţia <amantia> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cfeck, lueck |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to load missing catalog | ||
Created attachment 60100 [details]
patch to load missing catalog
Burkhard, can you commit this patch? SVN commit 1236691 by lueck: load translation catalog kfilereplace when using kfilereplacepart in Konqueror CCBUG:273470 M +1 -1 kfilereplacepart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1236691 SVN commit 1236692 by lueck: load translation catalog kfilereplace when using kfilereplacepart in Konqueror BUG:273470 M +1 -1 kfilereplacepart.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1236692 |
Version: unspecified (using KDE 4.6.2) OS: Linux This can be fixed by adding a line "KGlobal::locale()->insertCatalog("kfilereplace");" into KFileReplacePart::KFileReplacePart, but a probably better way to load a catalog in KPart is utilized in Filelight (see also bug#273468) Reproducible: Always