summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp2
-rw-r--r--src/ui/dialog/aboutbox.cpp2
2 files changed, 2 insertions, 2 deletions
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 <theadib@yahoo.com>, 2004.\n"
"Alastair McKinstry <mckinstry@computer.org>, 2000.\n"