[gimp] menus: add "fill" items to the path and selection menus
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] menus: add "fill" items to the path and selection menus
- Date: Sun, 30 Oct 2016 16:31:00 +0000 (UTC)
commit 039a3224459c11dfbafb78d69eaae972a27154e5
Author: Michael Natterer <mitch gimp org>
Date: Sun Oct 30 17:30:13 2016 +0100
menus: add "fill" items to the path and selection menus
menus/selection-menu.xml | 2 ++
menus/vectors-menu.xml | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/menus/selection-menu.xml b/menus/selection-menu.xml
index 2ef3ece..54b862c 100644
--- a/menus/selection-menu.xml
+++ b/menus/selection-menu.xml
@@ -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>
diff --git a/menus/vectors-menu.xml b/menus/vectors-menu.xml
index c595859..73502fb 100644
--- a/menus/vectors-menu.xml
+++ b/menus/vectors-menu.xml
@@ -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" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]