diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-02-23 00:12:53 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-02-23 00:12:53 +0000 |
| commit | 40a5935cf8dd04289ab7ecff67baf90bfd55f419 (patch) | |
| tree | 0c04579ef22015c24fb774d78a40efdd3808bf9c /src/dialogs/input.cpp | |
| parent | warning cleanup (diff) | |
| download | inkscape-40a5935cf8dd04289ab7ecff67baf90bfd55f419.tar.gz inkscape-40a5935cf8dd04289ab7ecff67baf90bfd55f419.zip | |
Removed some (minor) build warnings for input.cp file.
(bzr r4827)
Diffstat (limited to 'src/dialogs/input.cpp')
| -rw-r--r-- | src/dialogs/input.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dialogs/input.cpp b/src/dialogs/input.cpp index 4cad0b64c..f4690623e 100644 --- a/src/dialogs/input.cpp +++ b/src/dialogs/input.cpp @@ -35,7 +35,7 @@ static win_data wd; // impossible original values to make sure they are read from prefs static gint x = -1000, y = -1000, w = 0, h = 0; -static gchar *prefs_path = "dialogs.input"; +static const gchar *prefs_path = "dialogs.input"; static void sp_input_dialog_destroy (GtkObject */*object*/, gpointer /*data*/) @@ -63,7 +63,7 @@ sp_input_dialog_delete (GtkObject */*object*/, GdkEvent */*event*/, gpointer /*d } -static gchar *axis_use_strings[GDK_AXIS_LAST] = { +static const gchar *axis_use_strings[GDK_AXIS_LAST] = { "ignore", "x", "y", "pressure", "xtilt", "ytilt", "wheel" }; |
