From: Vadim Zeitlin Date: Tue, 21 Feb 2012 22:02:21 +0000 (+0000) Subject: Correct wxWinCE port name in @onlyfor in the documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83189c3b0eda87ae7cb24fcbd91c3431bb53ec8b Correct wxWinCE port name in @onlyfor in the documentation. The name used here should be the same as the label used for the corresponding port in docs/doxygen/mainpages/platdetails.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/toolbar.h b/interface/wx/toolbar.h index ee96ddda04..e9416cf0e5 100644 --- a/interface/wx/toolbar.h +++ b/interface/wx/toolbar.h @@ -673,7 +673,7 @@ public: This is a Windows CE-specific method not available in the other ports. - @onlyfor{wxWinCE} + @onlyfor{wxmsw_wince} */ void SetBitmapResource(int resourceId);