From 87a101714065c89c6fbb2d266d6254b6d5d4e9ef Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 9 Feb 2002 19:50:50 +0000
Subject: [PATCH] typo

---
 Fltk/GUI.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index e2989c7d5a..a086c22559 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.149 2002-02-08 17:46:47 geuzaine Exp $
+// $Id: GUI.cpp,v 1.150 2002-02-09 19:50:50 geuzaine Exp $
 
 // To make the interface as visually consistent as possible, please:
 // - use the IW, BB, BH, BW and WB values
@@ -2285,7 +2285,7 @@ void GUI::create_view_options_window(int num){
       view_butt[5] = new Fl_Check_Button(width/2, 2*WB+2*BH, BW/2-WB, BH, "Show annotations");
       view_butt[4] = new Fl_Check_Button(width/2, 2*WB+3*BH, BW/2-WB, BH, "Show scale");
       view_butt[6] = new Fl_Check_Button(width/2, 2*WB+4*BH, BW/2-WB, BH, "Transparent scale");
-      view_butt[7] = new Fl_Check_Button(width/2, 2*WB+5*BH, BW/2-WB, BH, "Auto position");
+      view_butt[7] = new Fl_Check_Button(width/2, 2*WB+5*BH, BW/2-WB, BH, "Scale/2D graph auto position");
       for(i=4 ; i<=8 ; i++){
 	view_butt[i]->type(FL_TOGGLE_BUTTON);
 	view_butt[i]->down_box(TOGGLE_BOX);
-- 
GitLab