diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-04 21:47:58 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2005-09-04 21:47:58 +0200 |
commit | 5e0a90eab800512ae15ca5fa7608c7aa1681fcb0 (patch) | |
tree | be5d6043136067d0c84697fb56b5b67e9cea5f96 /src | |
parent | 12e927f078c25b894635f342062c07ac23b9e1df (diff) |
jpeg -> jpg
Diffstat (limited to 'src')
-rw-r--r-- | src/gipfel.cxx | 2 |
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) { } |