Add another missing #if wxUSE_MARKUP check.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2011 17:22:15 +0000 (17:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2011 17:22:15 +0000 (17:22 +0000)
commitf382836f40a2045de8b36d6d1a851edbe774a975
treef520e260baaf8814ac66f577de662b78ac4665bb
parentff65c0ef0600f14e6d1cbb5380dcb5e344004eb5
Add another missing #if wxUSE_MARKUP check.

The definition of DoSetLabelMarkup() should only be compiled when
wxUSE_MARKUP==1.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/button.cpp