]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
no changes, just remove #if'd out code
[wxWidgets.git] / include / wx / aboutdlg.h
index 9c8946d193c1d54d5b944394ab970ef2cf1d2961..8a4ccb36a1e613460dc6c5935d8a48a626263ea3 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,
@@ -147,7 +151,7 @@ private:
 };
 
 // functions to show the about dialog box
-WXDLLIMPEXP_ADV void wxAboutBox(const wxAboutDialogInfo& info);
+WXDLLIMPEXP_ADV void wxAboutBox(const wxAboutDialogInfo& info, wxWindow* parent = NULL);
 
 #endif // wxUSE_ABOUTDLG