diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-11 19:01:50 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-11 19:01:50 +0000 |
| commit | 0e82b86bbfd6d5656431edbf20fa8b6f79515a04 (patch) | |
| tree | e9c728ab9079678cf526dc228800767a2f16c5f6 /src/verbs.h | |
| parent | Check for perspective in document defs (to avoid hanging/crashes after vacuum... (diff) | |
| download | inkscape-0e82b86bbfd6d5656431edbf20fa8b6f79515a04.tar.gz inkscape-0e82b86bbfd6d5656431edbf20fa8b6f79515a04.zip | |
Add possibility to convert objects (only rectangles and 3D boxes currently) to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase.
(bzr r4462)
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 9f5cbe3c8..104d4db0d 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -67,6 +67,7 @@ enum { SP_VERB_EDIT_UNLINK_CLONE, SP_VERB_EDIT_CLONE_SELECT_ORIGINAL, SP_VERB_EDIT_SELECTION_2_MARKER, + SP_VERB_EDIT_SELECTION_2_GUIDES, SP_VERB_EDIT_TILE, SP_VERB_EDIT_UNTILE, SP_VERB_EDIT_CLEAR_ALL, |
