https://bugs.kde.org/show_bug.cgi?id=363913
b...@wt.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b...@wt.net --- Comment #5 from b...@wt.net --- I would second Jens comment about the repeated 'Export to' labels in the Export menu, it looks amateurish now, especially without the suggested grouping. As a hack, I'd suggest encoding something that strips out contributed menu entries when the context is known (i.e. under the Export menu) if (menuLabel.startsWith("Export to ") { menuLabel = menuLabel.remove("Export to ") } -- You are receiving this mail because: You are watching all bug changes.