summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gipfel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index e63fd86..46d1afb 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -82,7 +82,7 @@ void quit_cb() {
}
void open_cb() {
- char *file = fl_file_chooser("Open File?", "*.jpeg", img_file);
+ char *file = fl_file_chooser("Open File?", "*.jpg", img_file);
if(file != NULL) {
}