From 5e0a90eab800512ae15ca5fa7608c7aa1681fcb0 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sun, 4 Sep 2005 21:47:58 +0200 Subject: jpeg -> jpg --- src/gipfel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) { } -- cgit v1.2.3