diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-07 23:14:39 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-07 23:14:39 +0000 |
| commit | 219bb6583ceec088cdbafecfffa04f58a89a1c75 (patch) | |
| tree | d83f305778c1556aeccc00b4eb017edef44e04f9 | |
| parent | 1) When rotating a guide, don't try to snap when <ctrl> is pressed to constra... (diff) | |
| download | inkscape-219bb6583ceec088cdbafecfffa04f58a89a1c75.tar.gz inkscape-219bb6583ceec088cdbafecfffa04f58a89a1c75.zip | |
Restore node toolbar buttons that were just commented out. Fixes bug #534045.
Fixed bugs:
- https://launchpad.net/bugs/534045
(bzr r9161)
| -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 8b12a7a5e..88a5440e6 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -301,9 +301,9 @@ static gchar const * ui_descr = " <toolitem action='NodeLineAction' />" " <toolitem action='NodeCurveAction' />" " <separator />" - //" <toolitem action='ObjectToPath' />" - //" <toolitem action='StrokeToPath' />" - //" <separator />" + " <toolitem action='ObjectToPath' />" + " <toolitem action='StrokeToPath' />" + " <separator />" " <toolitem action='NodeXAction' />" " <toolitem action='NodeYAction' />" " <toolitem action='NodeUnitsAction' />" |
