diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 23:43:43 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 23:43:43 -0400 |
| commit | b91ee9631624eba459660fd85e6138e085039c06 (patch) | |
| tree | 10a6e9ec2e1ecafebdd6657ffed5e4b0e19653d8 /redo/zz_test.go | |
| parent | 764ce362f350a49e9bfa48b46897d799d34fae88 (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.go | 2 |
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() } |
