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:
defnax 2009-07-16 14:36:03 +00:00
parent 063c4bb44f
commit a112c2d02a
5 changed files with 109 additions and 14 deletions

View file

@ -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"/>