mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-27 10:05:51 -04:00
-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:
parent
e69da57ec9
commit
89378f8ac0
6 changed files with 64 additions and 780 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue