X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d18ed59a36637b9dbb3694a083d45bf3cc41ee08..b00c56076637df39e2500b183be6ab720fc9f34d:/samples/tab/test.cpp diff --git a/samples/tab/test.cpp b/samples/tab/test.cpp index 5c9fd419e3..be7797a5c3 100644 --- a/samples/tab/test.cpp +++ b/samples/tab/test.cpp @@ -24,7 +24,7 @@ #include "test.h" // If 1, use a dialog. Otherwise use a frame. -#define USE_TABBED_DIALOG 0 +#define USE_TABBED_DIALOG 1 MyDialog* dialog = (MyDialog *) NULL; MyFrame* frame = (MyFrame *) NULL;