From: Javier Jardón Date: Mon, 13 Jun 2011 17:52:23 +0000 (+0100) Subject: Do not use const strings for the copyright and the license X-Git-Tag: debian/0.0.2+20110913-1~12^2~17 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=3838db6c5a5eada9d5af425cf0c2d41ab91e0bce;p=moonshot-ui.git Do not use const strings for the copyright and the license --- diff --git a/src/moonshot-window.vala b/src/moonshot-window.vala index f6fe105..a8d04be 100644 --- a/src/moonshot-window.vala +++ b/src/moonshot-window.vala @@ -418,9 +418,9 @@ class MainWindow : Window null }; - const string copyright = "Copyright 2011 JANET"; + string copyright = "Copyright 2011 JANET"; - const string license = + string license = """ Copyright (c) 2011, JANET(UK) All rights reserved.