summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9894146)
raw | patch | inline | side by side (parent: 9894146)
author | pjrm <pjrm@users.sourceforge.net> | |
Mon, 10 Mar 2008 09:45:23 +0000 (09:45 +0000) | ||
committer | pjrm <pjrm@users.sourceforge.net> | |
Mon, 10 Mar 2008 09:45:23 +0000 (09:45 +0000) |
src/dialogs/xml-tree.cpp | patch | blob | history |
index a9db979d64460a622cedc145844b60faf83971bc..1bc28b3281930f93a1dbf8f983acd335fe0bdf67 100644 (file)
--- a/src/dialogs/xml-tree.cpp
+++ b/src/dialogs/xml-tree.cpp
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.xml";
+static gchar const *const prefs_path = "dialogs.xml";
static GtkWidget *status = NULL;
static Inkscape::MessageStack *_message_stack = NULL;
static Inkscape::MessageContext *_message_context = NULL;