From cc8a1276036aa93b7d3c128133a83348ac45bd0e Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Tue, 14 Aug 2012 15:29:23 +0000
Subject: [PATCH] OptHOM : rename options in GUI

---
 Fltk/highOrderToolsWindow.cpp | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Fltk/highOrderToolsWindow.cpp b/Fltk/highOrderToolsWindow.cpp
index 5cdb9b684f..1f291e9a5c 100644
--- a/Fltk/highOrderToolsWindow.cpp
+++ b/Fltk/highOrderToolsWindow.cpp
@@ -268,15 +268,15 @@ highOrderToolsWindow::highOrderToolsWindow(int deltaFontSize)
   choice[2]->callback(chooseopti_cb);
 
   static Fl_Menu_Item menu_objf[] = {
-    {"CAD + FIXBND", 0, 0, 0},
-    {"CAD + FREEBND", 0, 0, 0},
-    {"MESH ONLY", 0, 0, 0},
+    {"CAD Fixed Bnd", 0, 0, 0},
+    {"CAD Free Bnd", 0, 0, 0},
+    {"Mesh Only", 0, 0, 0},
     {0}
   };
 
   static Fl_Menu_Item menu_strategy[] = {
-    {"GLOBAL", 0, 0, 0},
-    {"BLOBS ", 0, 0, 0},
+    {"Generic", 0, 0, 0},
+    {"Boundary Layer", 0, 0, 0},
     {0}
   };
 
-- 
GitLab