-Added ChatInfo with timestamp for a Welcome Message in ui.msgText

-removed loadInitMsg();

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-03-28 16:27:55 +00:00
parent e69da57ec9
commit 89378f8ac0
6 changed files with 64 additions and 780 deletions

View file

@ -625,6 +625,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="undoRedoEnabled" >
<bool>false</bool>
</property>
@ -1007,6 +1010,11 @@
<string>Send</string>
</property>
</action>
<action name="actionClearChat" >
<property name="text" >
<string>ClearChat</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>textboldChatButton</tabstop>