From: Michael Wetherell Date: Thu, 2 Jun 2005 13:27:44 +0000 (+0000) Subject: Typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9945a7a2358aac8d6d33f6070e2868f745989ff3?ds=inline Typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/layout/layout.h b/samples/layout/layout.h index fd95dc0ab4..e2429e5cc6 100644 --- a/samples/layout/layout.h +++ b/samples/layout/layout.h @@ -88,6 +88,6 @@ enum LAYOUT_ABOUT = wxID_ABOUT, LAYOUT_TEST_SIZER = 101, LAYOUT_TEST_NB_SIZER = 102, - LAYOUT_TEST_GB_SIZE = 103 + LAYOUT_TEST_GB_SIZER = 103 };