From 3e7bbabf6e209f71d49336d844606843b4149c12 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 24 Jan 2013 14:53:35 +0000
Subject: [PATCH] oops :-)

---
 Common/DefaultOptions.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 1b16bd231f..23e71f2c09 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -48,9 +48,9 @@ StringXString GeneralOptions_String[] = {
 
   { F|O, "ErrorFileName" , opt_general_error_filename ,
 #if defined(WIN32)
-    ".gmsh-errors" ,
-#else
     "gmsh-errors" ,
+#else
+    ".gmsh-errors" ,
 #endif
     "File into which the log is saved if a fatal error occurs" },
 
@@ -66,9 +66,9 @@ StringXString GeneralOptions_String[] = {
 
   { F|S, "OptionsFileName" , opt_general_options_filename ,
 #if defined(WIN32)
-    ".gmsh-options" ,
-#else
     "gmsh-options" ,
+#else
+    ".gmsh-options" ,
 #endif
     "Option file created with `Tools->Options->Save'; automatically read on startup" },
 
@@ -85,9 +85,9 @@ StringXString GeneralOptions_String[] = {
 
   { 0,   "SessionFileName" , opt_general_session_filename ,
 #if defined(WIN32)
-    ".gmshrc" ,
-#else
     "gmshrc" ,
+#else
+    ".gmshrc" ,
 #endif
     "Option file into which session specific information is saved; automatically "
     "read on startup" },
@@ -103,9 +103,9 @@ StringXString GeneralOptions_String[] = {
     "System command to launch a text editor" },
   { F|S, "TmpFileName" , opt_general_tmp_filename ,
 #if defined(WIN32)
-    ".gmsh-tmp" ,
-#else
     "gmsh-tmp" ,
+#else
+    ".gmsh-tmp" ,
 #endif
     "Temporary file used by the geometry module" },
 
-- 
GitLab