From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:28 +0000 (+0000) Subject: Use generic appearance for wxSimpleHtmlListBox. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/84a62bdaa92c49009912f2703516a2a8adbdf04e?ds=inline Use generic appearance for wxSimpleHtmlListBox. It doesn't make much sense to have platform-specific screenshots for this generic control. See #15346. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/images/appear-simplehtmllistbox-gtk.png b/docs/doxygen/images/appear-simplehtmllistbox-gtk.png deleted file mode 100644 index b03dd72a81..0000000000 Binary files a/docs/doxygen/images/appear-simplehtmllistbox-gtk.png and /dev/null differ diff --git a/docs/doxygen/images/generic/simplehtmllistbox.png b/docs/doxygen/images/generic/simplehtmllistbox.png new file mode 100644 index 0000000000..b03dd72a81 Binary files /dev/null and b/docs/doxygen/images/generic/simplehtmllistbox.png differ diff --git a/interface/wx/htmllbox.h b/interface/wx/htmllbox.h index c8f541a6e7..2f3cdaee16 100644 --- a/interface/wx/htmllbox.h +++ b/interface/wx/htmllbox.h @@ -196,7 +196,7 @@ protected: @library{wxhtml} @category{ctrl} - @appearance{simplehtmllistbox} + @genericAppearance{simplehtmllistbox} @see wxSimpleHtmlListBox::Create */