summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-03-22 00:50:18 +0000
committerroot <root@jtx.marker.es>2013-03-22 00:50:18 +0000
commitd142ebe8740c40922c1a6aa423ca4e0e7d2335d6 (patch)
treea16c044c69201a1debd9fbc6cedc76f168f4ca0a /src/widgets/toolbox.cpp
parentFixing errors at delete extrewmiuns nodes (diff)
downloadinkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.tar.gz
inkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.zip
Fixed end extremium node delete fault, ready for testing
(bzr r11950.1.66)
Diffstat (limited to '')
-rw-r--r--src/widgets/toolbox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 3a7eb6b9c..99978c019 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -514,9 +514,9 @@ static gchar const * ui_descr =
" <toolitem action='MeshRowAction' />"
" <toolitem action='MeshColumnAction' />"
" <separator />"
-// " <toolitem action='MeshEditFillAction' />"
-// " <toolitem action='MeshEditStrokeAction' />"
-// " <toolitem action='MeshShowHandlesAction' />"
+ " <toolitem action='MeshEditFillAction' />"
+ " <toolitem action='MeshEditStrokeAction' />"
+ " <toolitem action='MeshShowHandlesAction' />"
" <separator />"
" </toolbar>"