]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aboutdlg.h
allows resetting color of text to black, closes #4826
[wxWidgets.git] / include / wx / aboutdlg.h
index cc93b7f0913effa512bda03fc6fd383c80f58123..9c8946d193c1d54d5b944394ab970ef2cf1d2961 100644 (file)
@@ -31,10 +31,10 @@ public:
     // accessors for various simply fields
     // -----------------------------------
 
-    // name of the program, if not used defaults wxApp::GetAppName()
+    // name of the program, if not used defaults to wxApp::GetAppDisplayName()
     void SetName(const wxString& name) { m_name = name; }
     wxString GetName() const
-        { return m_name.empty() ? wxTheApp->GetAppName() : m_name; }
+        { return m_name.empty() ? wxTheApp->GetAppDisplayName() : m_name; }
 
     // version of the program, in free format (but without "version" word)
     void SetVersion(const wxString& version) { m_version = version; }