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>

View File

@ -375,6 +375,8 @@
<file>images/sort_incr.png</file>
<file>images/sort_decrease.png</file>
<file>images/sound.png</file>
<file>images/tab-dock.png</file>
<file>images/tab-undock.png</file>
<file>images/tag24.png</file>
<file>images/transferupdown.png</file>
<file>images/tools_wizard.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@ -8134,13 +8134,13 @@ Do you want to send them a Message instead</source>
<location line="+9"/>
<location line="+3"/>
<source>Dock tab</source>
<translation>Docke Tab an</translation>
<translation>Tab andocken</translation>
</message>
<message>
<location line="+9"/>
<location line="+3"/>
<source>Undock tab</source>
<translation>Docke Tab ab</translation>
<translation>Tab abdocken</translation>
</message>
<message>
<location filename="../gui/chat/PopupChatWindow.cpp" line="+260"/>