diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-09 13:35:40 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-09 13:35:40 +0000 |
| commit | debe7aec951b1988358e60fb7085571e8fedff12 (patch) | |
| tree | 3059b3354345251b7c88ea4ffc72c3d7d6ef825a /src | |
| parent | clear nascent_object on Esc, so that click - Esc - letter does not type text (diff) | |
| download | inkscape-debe7aec951b1988358e60fb7085571e8fedff12.tar.gz inkscape-debe7aec951b1988358e60fb7085571e8fedff12.zip | |
add paste width/height separately
(bzr r467)
Diffstat (limited to 'src')
| -rw-r--r-- | src/menus-skeleton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 9f6e74fbc..ddb046bad 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -65,6 +65,8 @@ static char const menus_skeleton[] = " <verb verb-id=\"EditPasteWidth\" />\n" " <verb verb-id=\"EditPasteHeight\" />\n" " <verb verb-id=\"EditPasteSizeSeparately\" />\n" +" <verb verb-id=\"EditPasteWidthSeparately\" />\n" +" <verb verb-id=\"EditPasteHeightSeparately\" />\n" " </submenu>\n" " <separator/>\n" " <verb verb-id=\"DialogFind\" />\n" |
