From 969f17fa12aeb3552fe42eb58e0e3279d595d500 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 27 Oct 2004 20:53:04 +0000
Subject: [PATCH] 'External data source' -> 'Data source'

---
 Fltk/GUI.cpp |  4 ++--
 doc/FAQ      | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index e66ffc55e1..ad376e4afa 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.370 2004-10-26 01:04:52 geuzaine Exp $
+// $Id: GUI.cpp,v 1.371 2004-10-27 20:53:04 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -2652,7 +2652,7 @@ void GUI::create_option_window()
         view_value[63]->step(0.01);
         view_value[63]->align(FL_ALIGN_RIGHT);
 
-        view_choice[10] = new Fl_Choice(L + 2 * WB, 2 * WB + 9 * BH, IW, BH, "External data source");
+        view_choice[10] = new Fl_Choice(L + 2 * WB, 2 * WB + 9 * BH, IW, BH, "Data source");
         view_choice[10]->align(FL_ALIGN_RIGHT);
 
         static Fl_Menu_Item menu_vecloc[] = {
diff --git a/doc/FAQ b/doc/FAQ
index 07c7ef4917..5369b34200 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,4 +1,4 @@
-$Id: FAQ,v 1.44 2004-10-27 18:56:24 geuzaine Exp $
+$Id: FAQ,v 1.45 2004-10-27 20:53:04 geuzaine Exp $
 
 This is the Gmsh FAQ
 
@@ -272,10 +272,10 @@ displacement field (a vector view that will be used to deform the
 mesh), and the second one containing the field you want to display
 (this view has to contain the same number of elements as the
 displacement view). You should then set 'Vector type' to
-'Displacement' in the first view, as well as set 'External data
-source' to point to the second view. (You might want to make the
-second view invisible, too. If you want to amplify or decrease the
-amount of deformation, just modify the 'Displacement factor' option.)
+'Displacement' in the first view, as well as set 'Data source' to
+point to the second view. (You might want to make the second view
+invisible, too. If you want to amplify or decrease the amount of
+deformation, just modify the 'Displacement factor' option.)
 
 Another solution is to use the DiplacementRaise plugin.
 
@@ -284,7 +284,7 @@ from a scalar field?
 
 Yes: load both the vector and the scalar fields (the two views must
 have the same number of elements) and, in the vector field options,
-select the scalar view in 'External data source'.
+select the scalar view in 'Data source'.
 
 * 7.6 Can I color iso-value surfaces with data from another scalar
 view?
-- 
GitLab