From cc59c00c714507eaaac353e3249af933793c0e19 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 23 Sep 2010 09:09:36 +0000 Subject: [PATCH] pp --- Fltk/optionWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp index 951cff68a1..e62c9eb3f6 100644 --- a/Fltk/optionWindow.cpp +++ b/Fltk/optionWindow.cpp @@ -1700,7 +1700,7 @@ optionWindow::optionWindow(int deltaFontSize) geo.value[2]->callback(geometry_options_ok_cb); geo.butt[8] = new Fl_Check_Button - (L + 2 * WB, 2 * WB + 2 * BH, BW, BH, "Remove duplicate entities in GEO models"); + (L + 2 * WB, 2 * WB + 2 * BH, BW, BH, "Remove duplicate entities in GEO model transforms"); geo.butt[8]->type(FL_TOGGLE_BUTTON); geo.butt[8]->callback(geometry_options_ok_cb); -- GitLab