From fbb1cad2ef72e6bf4665a3e05dfd35acaec2a4a3 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Fri, 2 May 2008 06:22:41 +0000 Subject: Const cleanup on strings. (bzr r5577) --- src/main.cpp | 2 +- src/ui/dialog/aboutbox.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 46d3082f1..01406cc20 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -411,7 +411,7 @@ struct poptOption options[] = { }; static bool needToRecodeParams = true; -gchar* blankParam = ""; +gchar const* blankParam = ""; #ifdef WIN32 static int _win32_set_inkscape_env(char *argv0) diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index d981d48ce..9a17ed20c 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -356,7 +356,7 @@ void AboutBox::initStrings() { * This list is copied from the TRANSLATORS file. It should * be periodically updated. */ - gchar *allTranslators = + gchar const *allTranslators = "3ARRANO.com <3arrano@3arrano.com>, 2005.\n" "Adib Taraben , 2004.\n" "Alastair McKinstry , 2000.\n" -- cgit v1.2.3