fix typo in example (PR 10018)
svn: r13066 original commit: 72b272ebd01f6ded5fbd0177827824b432dcbcd4
This commit is contained in:
parent
45c85f643b
commit
c2e68cba46
|
@ -355,8 +355,8 @@ with the following program:
|
|||
[alignment '(center center)]))
|
||||
|
||||
(code:comment #, @t{Add @onscreen{Cancel} and @onscreen{Ok} buttons to the horizontal panel})
|
||||
(new button% [parent parent] [label "Cancel"])
|
||||
(new button% [parent parent] [label "Ok"])
|
||||
(new button% [parent panel] [label "Cancel"])
|
||||
(new button% [parent panel] [label "Ok"])
|
||||
|
||||
(code:comment #, @t{Show the dialog})
|
||||
(send dialog #,(:: dialog% show) #t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user