renamed to 'dont save' instead of 'close anyway'
svn: r9272
This commit is contained in:
parent
00bba9428c
commit
d69f021d7e
|
@ -451,7 +451,7 @@
|
||||||
(allow-close-with-no-filename?))
|
(allow-close-with-no-filename?))
|
||||||
(case (gui-utils:unsaved-warning
|
(case (gui-utils:unsaved-warning
|
||||||
(get-filename/untitled-name)
|
(get-filename/untitled-name)
|
||||||
(string-constant close-anyway)
|
(string-constant dont-save)
|
||||||
#t
|
#t
|
||||||
(or (get-top-level-window)
|
(or (get-top-level-window)
|
||||||
(get-can-close-parent)))
|
(get-can-close-parent)))
|
||||||
|
|
|
@ -231,6 +231,7 @@ please adhere to these guidelines:
|
||||||
(file-is-not-saved "The file \"~a\" is not saved.")
|
(file-is-not-saved "The file \"~a\" is not saved.")
|
||||||
(save "Save")
|
(save "Save")
|
||||||
(close-anyway "Close Anyway")
|
(close-anyway "Close Anyway")
|
||||||
|
(dont-save "Don't Save")
|
||||||
(clear-anyway "Clear Anyway")
|
(clear-anyway "Clear Anyway")
|
||||||
|
|
||||||
;; menu item title
|
;; menu item title
|
||||||
|
|
Loading…
Reference in New Issue
Block a user