added icons to Menu

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1385 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-07-16 17:11:13 +00:00
parent a112c2d02a
commit 5335509028

View File

@ -532,6 +532,10 @@ p, li { white-space: pre-wrap; }
</property>
</action>
<action name="actionAddFriend">
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/user/add_user16.png</normaloff>:/images/user/add_user16.png</iconset>
</property>
<property name="text">
<string>Add Friend</string>
</property>
@ -542,6 +546,10 @@ p, li { white-space: pre-wrap; }
</property>
</action>
<action name="actionExportKey">
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/exportpeers_16x16.png</normaloff>:/images/exportpeers_16x16.png</iconset>
</property>
<property name="text">
<string>Export My Key</string>
</property>