]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected wx_pango_version_check() comment
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 22 Nov 2007 15:04:52 +0000 (15:04 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 22 Nov 2007 15:04:52 +0000 (15:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/utilsgtk.cpp

index 66bc5b31f1dbc758646f4afad5bdefd8bdc0bac1..746bb0747d150fe8b0e9b9ea7dec341783bd7184 100644 (file)
@@ -215,10 +215,10 @@ wxConvertFromGTK(const wxString& s, wxFontEncoding enc)
 
 #endif // !wxUSE_UNICODE
 
-// Returns false if version is certainly greater or equal than major.minor.micro
-// Returns true if version is lower than major.minor.micro OR it cannot be
-// determined and one should not rely on the availability of pango version
-// major.minor.micro, nor the non-availability
+// Returns NULL if version is certainly greater or equal than major.minor.micro
+// Returns string describing the error if version is lower than
+// major.minor.micro OR it cannot be determined and one should not rely on the
+// availability of pango version major.minor.micro, nor the non-availability
 const gchar *wx_pango_version_check (int major, int minor, int micro)
 {
 #ifdef PANGO_VERSION_MAJOR