Use gtk-info instead of gtk-dialog-info, it has a shortcut and icon is more clear IMO. Fixes #2043.
This commit is contained in:
parent
25caac724c
commit
bc7fcf3f9c
|
@ -29,7 +29,7 @@
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkImageMenuItem" id="information_menuitem">
|
<widget class="GtkImageMenuItem" id="information_menuitem">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="label">gtk-dialog-info</property>
|
<property name="label">gtk-info</property>
|
||||||
<property name="use_stock">True</property>
|
<property name="use_stock">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
|
@ -272,7 +272,7 @@
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkImageMenuItem" id="information_menuitem">
|
<widget class="GtkImageMenuItem" id="information_menuitem">
|
||||||
<property name="label">gtk-dialog-info</property>
|
<property name="label">gtk-info</property>
|
||||||
<property name="use_stock">True</property>
|
<property name="use_stock">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
</child>
|
</child>
|
||||||
|
|
Loading…
Reference in New Issue