summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-04 21:47:58 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-04 21:47:58 +0200
commit5e0a90eab800512ae15ca5fa7608c7aa1681fcb0 (patch)
treebe5d6043136067d0c84697fb56b5b67e9cea5f96 /src
parent12e927f078c25b894635f342062c07ac23b9e1df (diff)
jpeg -> jpg
Diffstat (limited to 'src')
-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) {
}