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:
defnax 2008-03-25 01:41:01 +00:00
parent bd8613deaf
commit f39e7819e6
5 changed files with 321 additions and 8 deletions

View file

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