mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Qt: fix play icon default tooltip
This commit is contained in:
parent
6f086fd5af
commit
87be1abb9a
1 changed files with 2 additions and 2 deletions
|
@ -814,13 +814,13 @@
|
|||
<action name="toolbar_start">
|
||||
<property name="icon">
|
||||
<iconset resource="../resources.qrc">
|
||||
<normaloff>:/Icons/pause.png</normaloff>:/Icons/pause.png</iconset>
|
||||
<normaloff>:/Icons/play.png</normaloff>:/Icons/play.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Start</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Pause emulation</string>
|
||||
<string>Start emulation</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="toolbar_stop">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue