summaryrefslogtreecommitdiff
path: root/src/gipfel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gipfel.cxx')
-rw-r--r--src/gipfel.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index bcf4816..788d22b 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -118,7 +118,8 @@ void track_cb() {
void save_cb() {
char *file = fl_file_chooser("Save Image As?", NULL, img_file);
if (file)
- gipf->save_image(file);
+ if (gipf->save_image(file))
+ fl_message("ERROR: Saving image %s failed.", file);
}
void focal_length_cb(Fl_Slider* o, void*) {