Put Save/Save as menu items in one section
This commit is contained in:
		| @@ -34,15 +34,17 @@ | ||||
|         </section> | ||||
|     </menu> | ||||
|     <menu id="window-menu"> | ||||
|         <item> | ||||
|             <attribute name="label" translatable="yes">Save</attribute> | ||||
|             <attribute name="action">win.save</attribute> | ||||
|             <attribute name="accel"><Primary>s</attribute> | ||||
|         </item> | ||||
|         <item> | ||||
|             <attribute name="label" translatable="yes">Save as…</attribute> | ||||
|             <attribute name="action">win.save-as</attribute> | ||||
|             <attribute name="accel"><Primary><Shift>s</attribute> | ||||
|         </item> | ||||
|         <section> | ||||
|             <item> | ||||
|                 <attribute name="label" translatable="yes">Save</attribute> | ||||
|                 <attribute name="action">win.save</attribute> | ||||
|                 <attribute name="accel"><Primary>s</attribute> | ||||
|             </item> | ||||
|             <item> | ||||
|                 <attribute name="label" translatable="yes">Save as…</attribute> | ||||
|                 <attribute name="action">win.save-as</attribute> | ||||
|                 <attribute name="accel"><Primary><Shift>s</attribute> | ||||
|             </item> | ||||
|         </section> | ||||
|     </menu> | ||||
| </interface> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user