diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-02 06:22:41 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-02 06:22:41 +0000 |
| commit | fbb1cad2ef72e6bf4665a3e05dfd35acaec2a4a3 (patch) | |
| tree | 4cf49c906c986e358eeaab869d5e047575214e72 /src/ui/dialog/aboutbox.cpp | |
| parent | Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp Lin... (diff) | |
| download | inkscape-fbb1cad2ef72e6bf4665a3e05dfd35acaec2a4a3.tar.gz inkscape-fbb1cad2ef72e6bf4665a3e05dfd35acaec2a4a3.zip | |
Const cleanup on strings.
(bzr r5577)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
