[Scummvm-cvs-logs] SF.net SVN: scummvm:[43495] tools/branches/gsoc2009-gui/gui/main.cpp

remere at users.sourceforge.net remere at users.sourceforge.net
Mon Aug 17 23:01:19 CEST 2009


Revision: 43495
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43495&view=rev
Author:   remere
Date:     2009-08-17 21:01:19 +0000 (Mon, 17 Aug 2009)

Log Message:
-----------
*Fixed character encoding issue.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/gui/main.cpp

Modified: tools/branches/gsoc2009-gui/gui/main.cpp
===================================================================
--- tools/branches/gsoc2009-gui/gui/main.cpp	2009-08-17 20:58:39 UTC (rev 43494)
+++ tools/branches/gsoc2009-gui/gui/main.cpp	2009-08-17 21:01:19 UTC (rev 43495)
@@ -107,7 +107,7 @@
 	wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("http://www.scummvm.org"), wxT("http://www.scummvm.org"));
 	sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
 
-	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("\xA9 ScummVM Team 2009"));
+	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009"));
 	copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
 	sizer->Add(copyrighttext, wxSizerFlags());
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list