Bug 273470 - kfilereplace translation catalog is not loaded when using kfilereplacepart in Konqueror
Summary: kfilereplace translation catalog is not loaded when using kfilereplacepart in...
Status: RESOLVED FIXED
Alias: None
Product: kfilereplace
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: András Manţia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 10:56 UTC by Alexander Potashev
Modified: 2011-06-14 14:42 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to load missing catalog (695 bytes, patch)
2011-05-18 09:54 UTC, Burkhard Lück
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2011-05-17 10:56:19 UTC
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
Comment 1 Burkhard Lück 2011-05-18 09:54:55 UTC
Created attachment 60100 [details]
patch to load missing catalog
Comment 2 Christoph Feck 2011-06-14 13:01:45 UTC
Burkhard, can you commit this patch?
Comment 3 Burkhard Lück 2011-06-14 14:41:46 UTC
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
Comment 4 Burkhard Lück 2011-06-14 14:42:06 UTC
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