From 982cf92fd8b70ea93adb72052d69bb4a75e53962 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 29 Sep 2015 00:59:32 +0200 Subject: [PATCH] Fix wxCHB_DEFAULT description in documentation It was apparently copy-and-pasted from wxLB_DEFAULT, but wxChoicebook doesn't actually behave like this. --- interface/wx/choicebk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/choicebk.h b/interface/wx/choicebk.h index 3ad3277fb2..d96f9493a9 100644 --- a/interface/wx/choicebk.h +++ b/interface/wx/choicebk.h @@ -35,7 +35,7 @@ wxEventType wxEVT_CHOICEBOOK_PAGE_CHANGING; @beginStyleTable @style{wxCHB_DEFAULT} Choose the default location for the labels depending on the current - platform (left everywhere except Mac where it is top). + platform (but currently it's the same everywhere, namely wxCHB_TOP). @style{wxCHB_TOP} Place labels above the page area. @style{wxCHB_LEFT}