summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index b8c2fbe..ce90816 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -71,7 +71,7 @@ confirm_overwrite(const char *f) {
struct stat sb;
if (stat(f, &sb) == 0)
- return fl_choice("The file exists.\n", "Cancel", "Overwrite", NULL);
+ return fl_choice("%s exists.\n", "Cancel", "Overwrite", NULL, f);
else
return 1;
}