]> git.saurik.com Git - wxWidgets.git/commitdiff
Correct obsolete information: SetYesNoLabels() is not Mac-only any more.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 12:15:25 +0000 (12:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 18 Jul 2009 12:15:25 +0000 (12:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/msgdlg.h

index 6a88ff8558d77632b9e04cfb80c614f2b92c97c9..809bf9f90a4af5927cc3a2b8053f67580c71017d 100644 (file)
@@ -150,9 +150,11 @@ public:
         Also notice that this function is not currently available on all
         platforms (although as of wxWidgets 2.9.0 it is implemented in all
         major ports), so it may return @false to indicate that the labels
         Also notice that this function is not currently available on all
         platforms (although as of wxWidgets 2.9.0 it is implemented in all
         major ports), so it may return @false to indicate that the labels
-        couldn't be changed. If it returns @true (currently only under wxMac),
-        the labels were set successfully. Typically, if the function was used
-        successfully, the main dialog message may need to be changed, e.g.:
+        couldn't be changed. If it returns @true, the labels were set
+        successfully.
+
+        Typically, if the function was used successfully, the main dialog
+        message may need to be changed, e.g.:
         @code
         wxMessageDialog dlg(...);
         if ( dlg.SetYesNoLabels(_("&Quit"), _("&Don't quit")) )
         @code
         wxMessageDialog dlg(...);
         if ( dlg.SetYesNoLabels(_("&Quit"), _("&Don't quit")) )