File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -526,7 +526,7 @@ list of strings (the text lines)."
526
526
(max-message-height (- (win-height-no-border parent)
527
527
4 ))
528
528
(message (join-with-strings lines (format nil " ~% " )))
529
- (dialog-window (make-instance ' dialog-window
529
+ (dialog-window (make-instance ' c: dialog-window
530
530
:stacked nil
531
531
:center t
532
532
:message-text message
@@ -602,22 +602,22 @@ insetred by the user"
602
602
(/ window-height 2 )))
603
603
(truncate (- (/ (win-width parent) 2 )
604
604
(/ window-width 2 )))))
605
- (button-cancel (make-instance ' button
605
+ (button-cancel (make-instance ' c: button
606
606
:name :b-cancel
607
607
:title (_ " Cancel" )
608
608
:position (list (truncate (1+ (* window-height
609
609
3/4 )))
610
610
2 )))
611
- (button-accept (make-instance ' button
611
+ (button-accept (make-instance ' c: button
612
612
:name :b-accept
613
613
:title (_ " OK" )
614
614
:position (list (truncate (* window-height 3/4 ))
615
615
2 )))
616
- (field (make-instance ' field
616
+ (field (make-instance ' c: field
617
617
:position (list (truncate (* window-height 1/2 ))
618
618
2 )
619
619
:width field-width))
620
- (low-level-window (make-instance ' form-window
620
+ (low-level-window (make-instance ' c: form-window
621
621
:stacked nil
622
622
:input-blocking t
623
623
:width window-width
You can’t perform that action at this time.
0 commit comments