mirror of https://gitlab.com/pamhyr/pamhyr2
Arts: Fix missing icon.
parent
5ff3b9457a
commit
8a0f214144
|
|
@ -69,7 +69,7 @@
|
||||||
<action name="action_add">
|
<action name="action_add">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset>
|
||||||
<normaloff>ressources/add.png</normaloff>ressources/gtk-add.png</iconset>
|
<normaloff>ressources/add.png</normaloff>ressources/add.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Add</string>
|
<string>Add</string>
|
||||||
|
|
@ -81,7 +81,7 @@
|
||||||
<action name="action_delete">
|
<action name="action_delete">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset>
|
||||||
<normaloff>ressources/del.png</normaloff>ressources/gtk-remove.png</iconset>
|
<normaloff>ressources/del.png</normaloff>ressources/del.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Delete</string>
|
<string>Delete</string>
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
<action name="action_sort">
|
<action name="action_sort">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset>
|
||||||
<normaloff>ressources/gtk-sort-ascending.png</normaloff>ressources/gtk-sort-ascending.png</iconset>
|
<normaloff>ressources/sort_1-9.png</normaloff>ressources/sort_1-9.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Sort</string>
|
<string>Sort</string>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue