From 4b13569ffb02e1b545706f14c6b28e5b119248d7 Mon Sep 17 00:00:00 2001
From: Robin Dunn <robin@alldunn.com>
Date: Thu, 4 May 2006 02:08:09 +0000
Subject: [PATCH] Add test for a stock button

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39014 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 wxPython/misc/widgetLayoutTest.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wxPython/misc/widgetLayoutTest.cfg b/wxPython/misc/widgetLayoutTest.cfg
index 77fe22a28e..fa9661b03e 100644
--- a/wxPython/misc/widgetLayoutTest.cfg
+++ b/wxPython/misc/widgetLayoutTest.cfg
@@ -56,4 +56,5 @@
 ['wx.lib.stattext', 'GenStaticText', '-1, "New font"', 'f = wx.Font(18, wx.SWISS, wx.NORMAL, wx.BOLD)\nw.SetFont(f)\n'],
 ['wx.grid', 'Grid', '', 'w.CreateGrid(5,5)\n'],
 ['wx.grid', 'Grid', 'size=(400,200)', 'w.CreateGrid(100,50)\n'],
+['wx', 'Button', 'wx.ID_SAVE', ''],
 ]
-- 
2.47.2