mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
save dialog uses yes or no
This commit is contained in:
parent
c991c47d1c
commit
f84b39dcad
1 changed files with 4 additions and 2 deletions
|
|
@ -1837,7 +1837,8 @@ of controls and double click to select control."
|
||||||
(save obj nil))
|
(save obj nil))
|
||||||
(t
|
(t
|
||||||
(setf is-dirty nil)
|
(setf is-dirty nil)
|
||||||
(window-close win)))))
|
(window-close win))))
|
||||||
|
:ok-text "Yes" :cancel-text "No")
|
||||||
nil)
|
nil)
|
||||||
(t
|
(t
|
||||||
t))))
|
t))))
|
||||||
|
|
@ -2527,7 +2528,8 @@ of controls and double click to select control."
|
||||||
(setf is-dirty nil)
|
(setf is-dirty nil)
|
||||||
(when result
|
(when result
|
||||||
(save obj nil))
|
(save obj nil))
|
||||||
(window-close win)))
|
(window-close win))
|
||||||
|
:ok-text "Yes" :cancel-text "No")
|
||||||
nil)
|
nil)
|
||||||
(t
|
(t
|
||||||
t))))
|
t))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue