From 84a62bdaa92c49009912f2703516a2a8adbdf04e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 1 Oct 2013 13:03:28 +0000 Subject: [PATCH] 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 --- .../simplehtmllistbox.png} | Bin interface/wx/htmllbox.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/doxygen/images/{appear-simplehtmllistbox-gtk.png => generic/simplehtmllistbox.png} (100%) diff --git a/docs/doxygen/images/appear-simplehtmllistbox-gtk.png b/docs/doxygen/images/generic/simplehtmllistbox.png similarity index 100% rename from docs/doxygen/images/appear-simplehtmllistbox-gtk.png rename to docs/doxygen/images/generic/simplehtmllistbox.png 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 */ -- 2.45.2