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/ui/dialog/aboutbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') 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