diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-06 07:33:22 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-06 07:33:22 +0000 |
| commit | 08c28c4e7fe814f39e742fd8cd617b42daa1534e (patch) | |
| tree | 5aa758fb93a0475c27658dd4ded72c9cf7064acf /src/dialogs/fill-style.cpp | |
| parent | limit the change to the relative moves only (diff) | |
| download | inkscape-08c28c4e7fe814f39e742fd8cd617b42daa1534e.tar.gz inkscape-08c28c4e7fe814f39e742fd8cd617b42daa1534e.zip | |
Updating deprecated type calls.
(bzr r5617)
Diffstat (limited to 'src/dialogs/fill-style.cpp')
| -rw-r--r-- | src/dialogs/fill-style.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs/fill-style.cpp b/src/dialogs/fill-style.cpp index 4935d5e5a..ebf2d4bdd 100644 --- a/src/dialogs/fill-style.cpp +++ b/src/dialogs/fill-style.cpp @@ -283,9 +283,9 @@ sp_fill_style_widget_fillrule_changed ( SPPaintSelector */*psel*/, _("Change fill rule")); } -static gchar *undo_label_1 = "fill:flatcolor:1"; -static gchar *undo_label_2 = "fill:flatcolor:2"; -static gchar *undo_label = undo_label_1; +static gchar const *undo_label_1 = "fill:flatcolor:1"; +static gchar const *undo_label_2 = "fill:flatcolor:2"; +static gchar const *undo_label = undo_label_1; /** This is called repeatedly while you are dragging a color slider, only for flat color |
