Code

Const cleanup on strings.
authorjoncruz <joncruz@users.sourceforge.net>
Fri, 2 May 2008 06:22:41 +0000 (06:22 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Fri, 2 May 2008 06:22:41 +0000 (06:22 +0000)
src/main.cpp
src/ui/dialog/aboutbox.cpp

index 46d3082f14b12ecbeae6602cb6d1ff91046832c5..01406cc2041f39c3b72baac4e1e97ef4e04c1775 100644 (file)
@@ -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)
index d981d48ce4eab56b26bc257079e0844b342288d1..9a17ed20cabded833c3dfd9bf9b70e8970899911 100644 (file)
@@ -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 <theadib@yahoo.com>, 2004.\n"
     "Alastair McKinstry <mckinstry@computer.org>, 2000.\n"