// artists and translators) as a one long multiline string
wxString GetDescriptionAndCredits() const;
+ // returns the copyright with the (C) string substituted by the Unicode
+ // character U+00A9
+ wxString GetCopyrightToDisplay() const;
+
private:
wxString m_name,
m_version,