Skip to content
Snippets Groups Projects
Commit bd8ec302 authored by rswindell's avatar rswindell
Browse files

Cosmetic improvement, highlight the filename

parent df3194f5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ if(!cmd) {
// Copy a file, confirm over-write, preserving original date/time stamp
function fcopy(src, dest)
{
if(file_exists(dest) && !confirm("Overwrite " + dest))
if(file_exists(dest) && !confirm("Overwrite \1w" + dest))
exit(1);
if(!file_copy(src, dest)) {
alert(format("Error %d copying '%s' to '%s'", errno, src, dest));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment