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

fix #115

parent a6982eac
No related branches found
No related tags found
No related merge requests found
// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle // Gmsh - Copyright (C) 1997-2011 C. Geuzaine, J.-F. Remacle
// //
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
...@@ -83,7 +83,7 @@ StringXString GeneralOptions_String[] = { ...@@ -83,7 +83,7 @@ StringXString GeneralOptions_String[] = {
#elif defined(__APPLE__) #elif defined(__APPLE__)
"open -t %s" , "open -t %s" ,
#else #else
"emacs '%s' &" , "sensible-editor '%s' &" ,
#endif #endif
"System command to launch a text editor" }, "System command to launch a text editor" },
{ F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" , { F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" ,
...@@ -95,7 +95,7 @@ StringXString GeneralOptions_String[] = { ...@@ -95,7 +95,7 @@ StringXString GeneralOptions_String[] = {
#elif defined(__APPLE__) #elif defined(__APPLE__)
"open %s" , "open %s" ,
#else #else
"firefox %s &" , "sensible-browser %s &" ,
#endif #endif
"System command to launch a web browser" }, "System command to launch a web browser" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment