mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-30 19:34:31 -04:00
added file menu for Messages Dialog.
added some features to can save a message or can open a file for a message. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@414 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd8613deaf
commit
f39e7819e6
5 changed files with 321 additions and 8 deletions
|
@ -406,6 +406,8 @@ p, li { white-space: pre-wrap; }
|
|||
</attribute>
|
||||
<addaction name="actionSend" />
|
||||
<addaction name="actionContactsView" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="actionSaveas" />
|
||||
</widget>
|
||||
<action name="actionSend" >
|
||||
<property name="icon" >
|
||||
|
@ -428,6 +430,11 @@ p, li { white-space: pre-wrap; }
|
|||
<string>Contacts</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSaveas" >
|
||||
<property name="text" >
|
||||
<string>Save</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>msgSendList</tabstop>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue