[Kde-pim] [PATCH] Add Copy/Move Icons in Menus

Ingo Klöcker kloecker at kde.org
Mon Oct 13 21:24:01 BST 2008


On Monday 13 October 2008, klebezettel at gmx.net wrote:
> Hiya!
>
> Again, some icon polishing.
>
> The patch add the typical copy/move icons to the menu entries for
> "Copy To"/"Move To" and "Copy Folder To"/"Move Folder To".
>
> The sub menu of these entries (listing your folders) is populated
> with icons from the folder list, too.

Great.


> -      QMenu *moveMenu = folderMenu->addMenu( i18n("&Move Folder To")
> );
> +      QMenu *moveMenu = folderMenu->addMenu( KIcon("edit-copy"), 
> i18n("&Move Folder To") );

I guess this should rather be

> +      QMenu *moveMenu = folderMenu->addMenu( KIcon("go-jump"), 
> i18n("&Move Folder To") );


Apart from the above the patch looks good. Please somebody commit.


Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20081013/94e78e0c/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list