Fix typo in GetOperatingSystemDescription() docs.

Fix the case of wxGetOSDescription() in the link.

Closes #17003.

(cherry picked from commit 716656ae47)
This commit is contained in:
Olly Betts
2015-05-21 19:30:52 +02:00
committed by Paul Cornett
parent 2bf36da6ba
commit 1033ba59d2

View File

@@ -370,7 +370,7 @@ public:
/** /**
Returns the description of the operating system of this wxPlatformInfo instance. Returns the description of the operating system of this wxPlatformInfo instance.
See wxGetOSDescription() for more info. See wxGetOsDescription() for more info.
*/ */
wxString GetOperatingSystemDescription() const; wxString GetOperatingSystemDescription() const;