mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04:00
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:
parent
a112c2d02a
commit
5335509028
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue