diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-11-24 09:49:17 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-11-24 09:49:17 +0000 |
| commit | bbaac37a5345ff1e8e8f75edf39e260ae516ac84 (patch) | |
| tree | 7f0cf0b0fa58bd8dd4835c515ff31dff805dff3c /src/widgets/toolbox.cpp | |
| parent | Change context from gradient to mesh. (diff) | |
| parent | Remove unintended change that added C++11 flag. (diff) | |
| download | inkscape-bbaac37a5345ff1e8e8f75edf39e260ae516ac84.tar.gz inkscape-bbaac37a5345ff1e8e8f75edf39e260ae516ac84.zip | |
Merge 'writing-modes' branch.
(bzr r14487)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 013c9e35b..c3f301c52 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -517,6 +517,8 @@ static gchar const * ui_descr = " <toolitem action='TextDyAction' />" " <toolitem action='TextRotationAction' />" " <separator />" + " <toolitem action='TextWritingModeAction' />" + " <separator />" " <toolitem action='TextOrientationAction' />" " </toolbar>" |
