diff options
| author | alexandru.roman <alexroman5g@gmail.com> | 2017-01-21 22:28:05 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-01-21 22:28:05 +0000 |
| commit | e8dcb5062f6114a9fb06d496ab5d906aec405c78 (patch) | |
| tree | a65d2125ceae6bd4ee9f5074962755e932dadaf1 /src/verbs.h | |
| parent | Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI (diff) | |
| download | inkscape-e8dcb5062f6114a9fb06d496ab5d906aec405c78.tar.gz inkscape-e8dcb5062f6114a9fb06d496ab5d906aec405c78.zip | |
Fix "swap fill and stroke" for multiple objects in selection
Add verb and shortcut possibility
Fixed bugs:
- https://launchpad.net/bugs/367360
- https://launchpad.net/bugs/675690
(bzr r15428)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index d7e966ae4..76a7d19a6 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -110,6 +110,7 @@ enum { SP_VERB_EDIT_GUIDES_TOGGLE_LOCK, SP_VERB_EDIT_GUIDES_AROUND_PAGE, SP_VERB_EDIT_NEXT_PATHEFFECT_PARAMETER, + SP_VERB_EDIT_SWAP_FILL_STROKE, /* Selection */ SP_VERB_SELECTION_TO_FRONT, SP_VERB_SELECTION_TO_BACK, |
