mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04:00
Added Export Cert to Contect menu
renamed View Button to Menu Added Add Friend and Export Cert to Menu Button git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
063c4bb44f
commit
a112c2d02a
5 changed files with 109 additions and 14 deletions
|
@ -98,7 +98,7 @@ p, li { white-space: pre-wrap; }
|
|||
<item row="0" column="3">
|
||||
<widget class="QPushButton" name="viewButton">
|
||||
<property name="text">
|
||||
<string>View</string>
|
||||
<string>Menu</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -531,6 +531,21 @@ p, li { white-space: pre-wrap; }
|
|||
<string>Set Tabs Triangular</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAddFriend">
|
||||
<property name="text">
|
||||
<string>Add Friend</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCopyKey">
|
||||
<property name="text">
|
||||
<string>Copy My Key to Clipboard</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExportKey">
|
||||
<property name="text">
|
||||
<string>Export My Key</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="images.qrc"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue