Added new images for dock and undock of tabs in PopupChatWindow.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-11-16 08:26:26 +00:00
parent 187a64f8bd
commit 1bc2aa29f8
6 changed files with 6 additions and 4 deletions

View file

@ -100,7 +100,7 @@
<action name="actionDockTab">
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/uploads.png</normaloff>:/images/uploads.png</iconset>
<normaloff>:/images/tab-dock.png</normaloff>:/images/tab-dock.png</iconset>
</property>
<property name="text">
<string>Dock tab</string>
@ -112,7 +112,7 @@
<action name="actionUndockTab">
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/download.png</normaloff>:/images/download.png</iconset>
<normaloff>:/images/tab-undock.png</normaloff>:/images/tab-undock.png</iconset>
</property>
<property name="text">
<string>Undock tab</string>