From f370ea657322d3557aa4f25e8cfb1251aeb934bf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Mon, 18 Nov 2002 05:28:29 +0000 Subject: [PATCH] Fix typo --- Fltk/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 2b1fdc7083..f3bb0e742d 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.220 2002-11-18 04:10:54 geuzaine Exp $ +// $Id: GUI.cpp,v 1.221 2002-11-18 05:28:29 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -24,7 +24,7 @@ // - examine what's already done before adding something new... // Which buttons+labels should you put on a dialog window? -// - "OK" is to agree with what in the dialog *AND* close the dialog +// - "OK" is to agree with what is in the dialog *AND* close the dialog // - "Apply" is to apply the current values selected in the dialog, but // leave the dialog open // - "Cancel" is to close (hide) the dialog and *NOT* apply the -- GitLab