From 939b390443870df98ec9366900c7a9af3bff26be Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 5 Dec 2011 07:46:14 +0000
Subject: [PATCH]

---
 Fltk/onelabWindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Fltk/onelabWindow.cpp b/Fltk/onelabWindow.cpp
index 514e85dcac..34fe85e002 100644
--- a/Fltk/onelabWindow.cpp
+++ b/Fltk/onelabWindow.cpp
@@ -627,7 +627,7 @@ onelabWindow::onelabWindow(int deltaFontSize)
     (_butt[1]->x() - WB - BB/2, _butt[1]->y(), BB/2, BH, "@-1gmsh_gear");
   _gear->align(FL_ALIGN_LEFT | FL_ALIGN_INSIDE);
   _gear->add("Reset database", 0, onelab_cb, (void*)"reset");
-  _gear->add("Mesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
+  _gear->add("Remesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
   ((Fl_Menu_Item*)_gear->menu())[1].set();
   
   Fl_Box *resbox = new Fl_Box(WB, height - BH - 3 * WB, WB, WB);
-- 
GitLab