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