diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-03-22 04:43:20 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-03-22 04:43:20 +0000 |
| commit | f2ccc97eb7c98cd71e7c503b0506b217053844d0 (patch) | |
| tree | 27c7aeb11a68dd9dec499749511e2908553619a5 /src/widgets | |
| parent | drop more missing files from autoconf (diff) | |
| download | inkscape-f2ccc97eb7c98cd71e7c503b0506b217053844d0.tar.gz inkscape-f2ccc97eb7c98cd71e7c503b0506b217053844d0.zip | |
Adding non-labeled default entries
(bzr r2735)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index fa2f17138..b22f9c970 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -2257,8 +2257,8 @@ sp_calligraphy_toolbox_new(SPDesktop *desktop) gtk_action_set_sensitive( GTK_ACTION(eact), TRUE ); /* Angle */ - gchar const* labels3[] = {_("(left edge up)"), _("(horizontal)"), _("(default)"), _("(right edge up)")}; - gdouble values3[] = {-90, 0, 30, 90}; + gchar const* labels3[] = {_("(left edge up)"), 0, 0, _("(horizontal)"), _("(default)"), 0, _("(right edge up)")}; + gdouble values3[] = {-90, -60, -30, 0, 30, 60, 90}; eact = create_adjustment_action( "AngleAction", _("Angle:"), _("The angle of the pen's nib (in degrees; 0 = horizontal; has no effect if fixation = 0)"), "tools.calligraphic", "angle", 30, |
