Qt: fix play icon default tooltip
This commit is contained in:
@@ -814,13 +814,13 @@
|
|||||||
<action name="toolbar_start">
|
<action name="toolbar_start">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../resources.qrc">
|
<iconset resource="../resources.qrc">
|
||||||
<normaloff>:/Icons/pause.png</normaloff>:/Icons/pause.png</iconset>
|
<normaloff>:/Icons/play.png</normaloff>:/Icons/play.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Start</string>
|
<string>Start</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Pause emulation</string>
|
<string>Start emulation</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="toolbar_stop">
|
<action name="toolbar_stop">
|
||||||
|
|||||||
Reference in New Issue
Block a user