[kipiplugins] [Bug 363913] Improve export menu structure

via KDE Bugzilla bugzilla_noreply at kde.org
Mon Oct 24 23:39:42 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=363913

bcr at wt.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bcr at wt.net

--- Comment #5 from bcr at 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 the assignee for the bug.


More information about the Kde-imaging mailing list