[Patch] Add icon to 'Copy Link Location' action

Rik Hemsley rik at kde.org
Tue Jul 23 16:10:52 BST 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I think this makes sense... it's a lot easier to find the menu item when
it has an icon.

Rik

Index: khtml_ext.cpp
===================================================================
RCS file: /home/kde/kdelibs/khtml/khtml_ext.cpp,v
retrieving revision 1.50
diff -u -3 -p -r1.50 khtml_ext.cpp
- --- khtml_ext.cpp	2002/07/03 01:35:11	1.50
+++ khtml_ext.cpp	2002/07/23 15:08:55
@@ -311,7 +311,7 @@ KHTMLPopupGUIClient::KHTMLPopupGUIClient
   {
     d->m_paSaveLinkAs = new KAction( i18n( "&Save Link As..." ), 0, this, SLOT( slotSaveLinkAs() ),
                                      actionCollection(), "savelinkas" );
- -    d->m_paCopyLinkLocation = new KAction( i18n( "Copy Link Location" ), 0, this, SLOT( slotCopyLinkLocation() ),
+    d->m_paCopyLinkLocation = new KAction( i18n( "Copy Link Location" ), "editcopy", 0, this, SLOT( slotCopyLinkLocation() ),
                                            actionCollection(), "copylinklocation" );
   }
 
- -- 
http://rikkus.info
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9PXH86rehpl6X9l0RAofUAJ9KPeYY8htsS3Oa1CQZ25mWNwAYOgCgiMwf
GYXO0WHNIqrj3kRwrGqkhLQ=
=+bc7
-----END PGP SIGNATURE-----





More information about the kfm-devel mailing list