Rework of keyboard shortcut dialog layout -> use wxChoicebook
This commit is contained in:
parent
c0ee66fd52
commit
9689d006c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#define LISTBOOK_LEFT 4
|
#define LISTBOOK_LEFT 4
|
||||||
#define TOOLBOOK 5
|
#define TOOLBOOK 5
|
||||||
#define CHOICEBOOK 6
|
#define CHOICEBOOK 6
|
||||||
#define BOOK_TYPE NOTEBOOK_LEFT
|
#define BOOK_TYPE CHOICEBOOK
|
||||||
|
|
||||||
#if (BOOK_TYPE == NOTEBOOK_TOP) || (BOOK_TYPE == NOTEBOOK_LEFT)
|
#if (BOOK_TYPE == NOTEBOOK_TOP) || (BOOK_TYPE == NOTEBOOK_LEFT)
|
||||||
#include <wx/notebook.h>
|
#include <wx/notebook.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue