diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-03-16 03:42:18 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-03-16 03:42:18 +0000 |
| commit | 3d4b899e50e1c960562fc51623bb8f3ce93e5844 (patch) | |
| tree | f158b4a284a84aacbcdda559ec4a3e490e522ab4 /src | |
| parent | * packaging/macosx/osx-build.sh: Add a missing '$' to a shell variable and (diff) | |
| download | inkscape-3d4b899e50e1c960562fc51623bb8f3ce93e5844.tar.gz inkscape-3d4b899e50e1c960562fc51623bb8f3ce93e5844.zip | |
add unhide/unlock commands
(bzr r2666)
Diffstat (limited to 'src')
| -rw-r--r-- | src/menus-skeleton.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index ae2cd9072..722d8a11e 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -183,6 +183,9 @@ static char const menus_skeleton[] = " <verb verb-id=\"ObjectFlipHorizontally\" />\n" " <verb verb-id=\"ObjectFlipVertically\" />\n" " <separator/>\n" +" <verb verb-id=\"UnhideAll\" />\n" +" <verb verb-id=\"UnlockAll\" />\n" +" <separator/>\n" " <verb verb-id=\"DialogTransform\" />\n" " <verb verb-id=\"DialogAlignDistribute\" />\n" " <verb verb-id=\"DialogGridArrange\" />\n" |
