replace icons
5
LICENSES
|
@ -31,12 +31,11 @@
|
|||
This work has been released into the public domain by its author, The Tango! Desktop Project
|
||||
|
||||
|
||||
- Mupen64Plus logo and cart icon are Copyright: The Mupen64plus Team
|
||||
- Mupen64Plus logo is Copyright: The Mupen64plus Team
|
||||
|
||||
Copyright (C) 2008 Tillin9
|
||||
|
||||
You may copy them under the Creative Common Attribution-ShareAlike 3.0
|
||||
license, as found here:
|
||||
This file is licensed under the Creative Common Attribution-ShareAlike 3.0 license, as found here:
|
||||
|
||||
http://creativecommons.org/licenses/by-sa/3.0/
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<file>icons/action_fullscreen.png</file>
|
||||
<file>icons/action_graphics.png</file>
|
||||
<file>icons/action_license.png</file>
|
||||
<file>icons/action_log_viewer.png</file>
|
||||
<file>icons/action_open_from_list.png</file>
|
||||
<file>icons/action_open_manually.png</file>
|
||||
<file>icons/action_paths.png</file>
|
||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 630 B |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 919 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 630 B |
|
@ -620,6 +620,10 @@ QStatusBar { margin:0px; }</string>
|
|||
</property>
|
||||
</action>
|
||||
<action name="actionLog">
|
||||
<property name="icon">
|
||||
<iconset resource="icons.qrc">
|
||||
<normaloff>:/icons/action_log_viewer.png</normaloff>:/icons/action_log_viewer.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Log Viewer</string>
|
||||
</property>
|
||||
|
|