summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 23:43:43 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 23:43:43 -0400
commitb91ee9631624eba459660fd85e6138e085039c06 (patch)
tree10a6e9ec2e1ecafebdd6657ffed5e4b0e19653d8 /redo/zz_test.go
parent764ce362f350a49e9bfa48b46897d799d34fae88 (diff)
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.
Diffstat (limited to 'redo/zz_test.go')
-rw-r--r--redo/zz_test.go2
1 files changed, 1 insertions, 1 deletions
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()
}