From 06843203d216b6eb036305b8930a3f207ad245d7 Mon Sep 17 00:00:00 2001 From: joncruz Date: Thu, 5 Mar 2009 05:41:22 +0000 Subject: [PATCH] Add layers dialog to top toolbar. Applies patch from bug #336519. --- src/widgets/toolbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 690b434e4..c46d7678d 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -723,6 +723,7 @@ Glib::RefPtr create_or_fetch_actions( SPDesktop* desktop ) SP_VERB_DIALOG_NAMEDVIEW, SP_VERB_DIALOG_TEXT, SP_VERB_DIALOG_XML_EDITOR, + SP_VERB_DIALOG_LAYERS, SP_VERB_EDIT_CLONE, SP_VERB_EDIT_COPY, SP_VERB_EDIT_CUT, @@ -1830,6 +1831,7 @@ setup_commands_toolbox(GtkWidget *toolbox, SPDesktop *desktop) " " " " " " + " " " " " " " " -- 2.30.2