From fce03fae5a5dec2889db91a456bc1b1ad68786f1 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Sun, 18 Jan 2015 03:40:46 +1100 Subject: [PATCH] wmltools GUI: use utf8 copyright symbol instead of '(C)' in About --- data/tools/GUI.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tools/GUI.pyw b/data/tools/GUI.pyw index ace555a99d0..b5619fb3db4 100755 --- a/data/tools/GUI.pyw +++ b/data/tools/GUI.pyw @@ -1077,7 +1077,7 @@ Error code: {1} self.text.configure(state=DISABLED) def on_about(self): - showinfo("About Maintenance tools GUI","""(C) Elvish_Hunter, 2014 + showinfo("About Maintenance tools GUI","""© Elvish_Hunter, 2014 Part of The Battle for Wesnoth project and released under the GNU GPL v2 license