From b91ee9631624eba459660fd85e6138e085039c06 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 23:43:43 -0400 Subject: [PATCH] Changed one of the names of the buttons in the small window test so it can be used for testing key equivalents in GTK+ and Mac OS X Areas. --- redo/zz_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/zz_test.go b/redo/zz_test.go index e7399f2..b439b34 100644 --- a/redo/zz_test.go +++ b/redo/zz_test.go @@ -137,7 +137,7 @@ func (tw *testwin) make(done chan struct{}) { tw.wsmall = NewWindow("Small", 80, 80, NewVerticalStack( NewButton("Small"), - NewButton("Small"), + NewButton("Small 2"), NewArea(200, 200, &areaHandler{}))) tw.wsmall.Show() }