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?))
|
||||
(case (gui-utils:unsaved-warning
|
||||
(get-filename/untitled-name)
|
||||
(string-constant close-anyway)
|
||||
(string-constant dont-save)
|
||||
#t
|
||||
(or (get-top-level-window)
|
||||
(get-can-close-parent)))
|
||||
|
|
|
@ -231,6 +231,7 @@ please adhere to these guidelines:
|
|||
(file-is-not-saved "The file \"~a\" is not saved.")
|
||||
(save "Save")
|
||||
(close-anyway "Close Anyway")
|
||||
(dont-save "Don't Save")
|
||||
(clear-anyway "Clear Anyway")
|
||||
|
||||
;; menu item title
|
||||
|
|
Loading…
Reference in New Issue
Block a user