From d8e345fcf2f455b52e4709323eee13b455755002 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 20 Mar 2011 08:21:31 +0000 Subject: [PATCH] fix #115 --- Common/DefaultOptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index fe27cbf48f..b115a8e3ca 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1,4 +1,4 @@ -// 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 // bugs and problems to <gmsh@geuz.org>. @@ -83,7 +83,7 @@ StringXString GeneralOptions_String[] = { #elif defined(__APPLE__) "open -t %s" , #else - "emacs '%s' &" , + "sensible-editor '%s' &" , #endif "System command to launch a text editor" }, { F|S, "TmpFileName" , opt_general_tmp_filename , ".gmsh-tmp" , @@ -95,7 +95,7 @@ StringXString GeneralOptions_String[] = { #elif defined(__APPLE__) "open %s" , #else - "firefox %s &" , + "sensible-browser %s &" , #endif "System command to launch a web browser" }, -- GitLab