From 3838db6c5a5eada9d5af425cf0c2d41ab91e0bce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Mon, 13 Jun 2011 18:52:23 +0100 Subject: [PATCH] Do not use const strings for the copyright and the license --- src/moonshot-window.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.1.4