fix and set svn:eol-style

svn: r1802
This commit is contained in:
Eli Barzilay 2006-01-11 09:03:18 +00:00
parent 49dc4350a4
commit 32199bbe11
6 changed files with 5 additions and 6 deletions

View File

@ -40,4 +40,4 @@
(value-set
(changes (place-num->bool i sld)))))))])
(send (current-widget-parent) show #t)
(send (current-widget-parent) show #t)

View File

@ -101,4 +101,4 @@
;; SHOW THE FRAME
(send my-frame show #t)
(send my-frame show #t)

View File

@ -25,4 +25,4 @@
[reset (mode value-e ft-button% (label "Reset"))])
(send (current-widget-parent) show #t)
(send (current-widget-parent) show #t)

View File

@ -77,4 +77,4 @@
(provide behavior->callbacks
events->callbacks
callbacks->args-evts))
callbacks->args-evts))

View File

@ -813,4 +813,4 @@
(define wx-horizontal-pane% (wx-make-horizontal-panel% wx-linear-pane%))
(define wx-vertical-pane% (wx-make-vertical-panel% wx-linear-pane%))
(define wx-free-vert-pane% (wx-make-free-vertical-panel% wx-linear-pane%))
(define wx-free-horiz-pane% (wx-make-free-horizontal-panel% wx-linear-pane%)))
(define wx-free-horiz-pane% (wx-make-free-horizontal-panel% wx-linear-pane%)))

View File

@ -54,4 +54,3 @@