Bug 273470

Summary: kfilereplace translation catalog is not loaded when using kfilereplacepart in Konqueror
Product: [Applications] kfilereplace Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED FIXED    
Severity: normal CC: cfeck, lueck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: patch to load missing catalog

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