Commit d21195f8 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops\! Don't automatically assume the current filename when writing a...

Oops\! Don't automatically assume the current filename when writing a selection to file, very bad\!\!\!


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@676 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -542,7 +542,7 @@ int do_writeout(char *path, int exiting, int append)
while (1) {
if (ISSET(MARK_ISSET) && !exiting)
i = statusq(1, writefile_list, WRITEFILE_LIST_LEN, answer,
i = statusq(1, writefile_list, WRITEFILE_LIST_LEN, "",
_("%s Selection to File"), append ? _("Append") : _("Write"));
else
i = statusq(1, writefile_list, WRITEFILE_LIST_LEN, answer,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment