mirror of https://github.com/GNOME/gimp.git
menus: add "fill" items to the path and selection menus
This commit is contained in:
parent
76f9e0ca2d
commit
039a322445
|
@ -20,6 +20,8 @@
|
|||
<separator />
|
||||
<menuitem action="select-save" />
|
||||
<menuitem action="vectors-selection-to-vectors-short" />
|
||||
<separator />
|
||||
<menuitem action="select-fill" />
|
||||
<menuitem action="select-stroke" />
|
||||
</popup>
|
||||
</ui>
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
<menuitem action="vectors-selection-subtract" />
|
||||
<menuitem action="vectors-selection-intersect" />
|
||||
<menuitem action="vectors-selection-to-vectors" />
|
||||
<separator />
|
||||
<menuitem action="vectors-fill" />
|
||||
<menuitem action="vectors-stroke" />
|
||||
<separator />
|
||||
<menuitem action="vectors-copy" />
|
||||
|
|
Loading…
Reference in New Issue