From 6db1d32bea1d31a634317caa0d22945e65e70f5e Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 12 Aug 2006 18:34:49 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 2a36d872ec..a0b81e1b5a 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.507 2006-08-12 16:16:28 geuzaine Exp $ +// $Id: GUI.cpp,v 1.508 2006-08-12 18:34:49 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -2393,7 +2393,7 @@ void GUI::create_option_window() {"Number", 0, 0, 0}, {"Elementary entity", 0, 0, 0}, {"Physical group", 0, 0, 0}, - {"Partition", 0, 0, 0}, + {"Mesh partition", 0, 0, 0}, {"Coordinates", 0, 0, 0}, {0} }; @@ -2587,8 +2587,8 @@ void GUI::create_option_window() static Fl_Menu_Item menu_mesh_color[] = { {"By element type", 0, 0, 0}, {"By elementary entity", 0, 0, 0}, - {"By physical entity", 0, 0, 0}, - {"By partition", 0, 0, 0}, + {"By physical group", 0, 0, 0}, + {"By mesh partition", 0, 0, 0}, {0} }; mesh_choice[4] = new Fl_Choice(L + 2 * WB, 2 * WB + 1 * BH, IW, BH, "Coloring mode"); @@ -3824,7 +3824,7 @@ void GUI::create_visibility_window() static Fl_Menu_Item type_table[] = { {"Elementary entities", 0, (Fl_Callback *) visibility_cb}, {"Physical groups", 0, (Fl_Callback *) visibility_cb}, - {"Partitions", 0, (Fl_Callback *) visibility_cb}, + {"Mesh partitions", 0, (Fl_Callback *) visibility_cb}, {0} }; -- GitLab