Do not use const strings for the copyright and the license
authorJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 13 Jun 2011 17:52:23 +0000 (18:52 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Mon, 13 Jun 2011 17:52:59 +0000 (18:52 +0100)
src/moonshot-window.vala

index f6fe105..a8d04be 100644 (file)
@@ -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.