diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-10 18:32:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-10 18:32:51 +0000 |
| commit | d025d612f98a2386a1a4b46ec9202d91468d8cfd (patch) | |
| tree | ccd00e40c89afa04b0a7a02a28ef6c891bdec89f /src | |
| parent | move the box tool back where it belongs, in shapes (diff) | |
| download | inkscape-d025d612f98a2386a1a4b46ec9202d91468d8cfd.tar.gz inkscape-d025d612f98a2386a1a4b46ec9202d91468d8cfd.zip | |
move filters dialog to where it makes more sense
(bzr r3218)
Diffstat (limited to 'src')
| -rw-r--r-- | src/menus-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index f560deeb0..17494332d 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -155,6 +155,7 @@ static char const menus_skeleton[] = " </submenu>\n" " <submenu name=\"" N_("_Object") "\">\n" " <verb verb-id=\"DialogFillStroke\" />\n" +" <verb verb-id=\"DialogFilterEffects\" />\n" " <verb verb-id=\"DialogObjectProperties\" />\n" " <separator/>\n" " <verb verb-id=\"SelectionGroup\" />\n" @@ -229,7 +230,6 @@ static char const menus_skeleton[] = " <verb verb-id=\"EffectLast\" />\n" " <verb verb-id=\"EffectLastPref\" />\n" " <separator/>\n" -" <verb verb-id=\"DialogFilterEffects\" />\n" " <effects-list/>\n" " </submenu>\n" #ifdef WITH_INKBOARD |
