From 08c28c4e7fe814f39e742fd8cd617b42daa1534e Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 6 May 2008 07:33:22 +0000 Subject: Updating deprecated type calls. (bzr r5617) --- src/dialogs/fill-style.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dialogs/fill-style.cpp') 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 -- cgit v1.2.3