Skip to content
Snippets Groups Projects
Commit 995808a2 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 3e6d8419
No related branches found
No related tags found
No related merge requests found
// $Id: Callbacks.cpp,v 1.31 2001-02-17 22:02:17 geuzaine Exp $ // $Id: Callbacks.cpp,v 1.32 2001-02-18 19:24:06 geuzaine Exp $
#include "Gmsh.h" #include "Gmsh.h"
#include "GmshUI.h" #include "GmshUI.h"
...@@ -161,7 +161,7 @@ void status_cancel_cb(CALLBACK_ARGS){ ...@@ -161,7 +161,7 @@ void status_cancel_cb(CALLBACK_ARGS){
void file_open_cb(CALLBACK_ARGS) { void file_open_cb(CALLBACK_ARGS) {
char *newfile; char *newfile;
int n = List_Nbr(Post_ViewList); int n = List_Nbr(Post_ViewList);
newfile = fl_file_chooser("Open File", "*.geo", NULL); newfile = fl_file_chooser("Open File", "*.[gG][eE][oO]", NULL);
if (newfile != NULL) { if (newfile != NULL) {
OpenProblem(newfile); OpenProblem(newfile);
Draw(); Draw();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment