mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
187a64f8bd
commit
1bc2aa29f8
@ -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>
|
||||
|
@ -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>
|
||||
|
BIN
retroshare-gui/src/gui/images/tab-dock.png
Normal file
BIN
retroshare-gui/src/gui/images/tab-dock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 265 B |
BIN
retroshare-gui/src/gui/images/tab-undock.png
Normal file
BIN
retroshare-gui/src/gui/images/tab-undock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 319 B |
Binary file not shown.
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user