]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
fix for HP aCC
[wxWidgets.git] / include / wx / aboutdlg.h
index 9c8946d193c1d54d5b944394ab970ef2cf1d2961..44e86b06f6d120bd1b9fc457750f649556fc324b 100644 (file)
@@ -128,6 +128,10 @@ public:
     // 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,