diff options
| author | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
| commit | d142ebe8740c40922c1a6aa423ca4e0e7d2335d6 (patch) | |
| tree | a16c044c69201a1debd9fbc6cedc76f168f4ca0a /src/widgets/toolbox.cpp | |
| parent | Fixing errors at delete extrewmiuns nodes (diff) | |
| download | inkscape-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.cpp | 6 |
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>" |
