|
39 | 39 | <object class="GtkMenu" id="file1_menu"> |
40 | 40 |
|
41 | 41 | <child> |
42 | | - <object class="GtkImageMenuItem" id="load1"> |
| 42 | + <object class="GtkMenuItem" id="load1"> |
43 | 43 | <property name="visible">True</property> |
44 | 44 | <property name="tooltip-text" translatable="yes">Load a config file</property> |
45 | 45 | <property name="label" translatable="yes">_Load</property> |
|
49 | 49 | </child> |
50 | 50 |
|
51 | 51 | <child> |
52 | | - <object class="GtkImageMenuItem" id="save1"> |
| 52 | + <object class="GtkMenuItem" id="save1"> |
53 | 53 | <property name="visible">True</property> |
54 | 54 | <property name="tooltip-text" translatable="yes">Save the config in .config</property> |
55 | 55 | <property name="label" translatable="yes">_Save</property> |
|
59 | 59 | </child> |
60 | 60 |
|
61 | 61 | <child> |
62 | | - <object class="GtkImageMenuItem" id="save_as1"> |
| 62 | + <object class="GtkMenuItem" id="save_as1"> |
63 | 63 | <property name="visible">True</property> |
64 | 64 | <property name="tooltip-text" translatable="yes">Save the config in a file</property> |
65 | 65 | <property name="label" translatable="yes">Save _as</property> |
|
74 | 74 | </child> |
75 | 75 |
|
76 | 76 | <child> |
77 | | - <object class="GtkImageMenuItem" id="quit1"> |
| 77 | + <object class="GtkMenuItem" id="quit1"> |
78 | 78 | <property name="visible">True</property> |
79 | 79 | <property name="label" translatable="yes">_Quit</property> |
80 | 80 | <property name="use_underline">True</property> |
|
178 | 178 | <object class="GtkMenu" id="help1_menu"> |
179 | 179 |
|
180 | 180 | <child> |
181 | | - <object class="GtkImageMenuItem" id="introduction1"> |
| 181 | + <object class="GtkMenuItem" id="introduction1"> |
182 | 182 | <property name="visible">True</property> |
183 | 183 | <property name="label" translatable="yes">_Introduction</property> |
184 | 184 | <property name="use_underline">True</property> |
|
187 | 187 | </child> |
188 | 188 |
|
189 | 189 | <child> |
190 | | - <object class="GtkImageMenuItem" id="about1"> |
| 190 | + <object class="GtkMenuItem" id="about1"> |
191 | 191 | <property name="visible">True</property> |
192 | 192 | <property name="label" translatable="yes">_About</property> |
193 | 193 | <property name="use_underline">True</property> |
|
196 | 196 | </child> |
197 | 197 |
|
198 | 198 | <child> |
199 | | - <object class="GtkImageMenuItem" id="license1"> |
| 199 | + <object class="GtkMenuItem" id="license1"> |
200 | 200 | <property name="visible">True</property> |
201 | 201 | <property name="label" translatable="yes">_License</property> |
202 | 202 | <property name="use_underline">True</property> |
|
0 commit comments