diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-08-04 01:43:12 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-08-04 01:43:12 +0000 |
| commit | fc86236d39a64a24e7483698fc205f2fa0e01330 (patch) | |
| tree | 9faca291d1d9ec0c823c46df7f251ea78aa94732 /src/widgets/toolbox.cpp | |
| parent | Build. Activating xslt extensions on Windows (not used yet). (diff) | |
| download | inkscape-fc86236d39a64a24e7483698fc205f2fa0e01330.tar.gz inkscape-fc86236d39a64a24e7483698fc205f2fa0e01330.zip | |
Fix for 575831 : Add font variant drop-down box to new text toolbar
(bzr r11586)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index db06b5d47..4d2fd4738 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -459,8 +459,9 @@ static gchar const * ui_descr = " <toolbar name='TextToolbar'>" " <toolitem action='TextFontFamilyAction' />" " <toolitem action='TextFontSizeAction' />" - " <toolitem action='TextBoldAction' />" - " <toolitem action='TextItalicAction' />" + " <toolitem action='TextFontStyleAction' />" +// " <toolitem action='TextBoldAction' />" +// " <toolitem action='TextItalicAction' />" " <separator />" " <toolitem action='TextAlignAction' />" " <separator />" |
