From febb9c2ee27f4dfab65d5416344c4ba15a4d805d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Jan 2015 13:33:45 +0000 Subject: [PATCH] Fix the size of the "new" bitmap in the toolbar sample. It was broken by the changes of r78238 and was too small for the height in the header, resulting in an immediate crash on toolbar sample startup. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/toolbar/bitmaps/new.xpm | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/toolbar/bitmaps/new.xpm b/samples/toolbar/bitmaps/new.xpm index f9ee034b6e..53261b5ffa 100644 --- a/samples/toolbar/bitmaps/new.xpm +++ b/samples/toolbar/bitmaps/new.xpm @@ -48,5 +48,6 @@ static const char *const new_xpm[] = { " .,,897456320 ", " .,,,8974563q ", " .,,,,897456w ", +" .,,,,,89745w ", " ............ " };