From 0873d880caf94ec03e96ba20d0a9e702401e6e1e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 1 Apr 2004 22:21:36 +0000
Subject: [PATCH] fixed typo

---
 Fltk/Callbacks.cpp | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index 6ecdaf82ef..e4e3f98f22 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.211 2004-03-30 18:17:06 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.212 2004-04-01 22:21:36 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -1436,11 +1436,11 @@ void visibility_number_cb(CALLBACK_ARGS)
 
 // Help Menu
 
- // fltk guys still have to decode how to map apple keys. Let's just
- // keep the "Windows-Unix" style stuff at the moment. We might want
- // to change all occurences of FL_CTRL with FL_COMMAND in the
- // future. FL_COMMAND would get mapped to Ctrl on Windows/Unix and to
- // Cmd on Macs.
+// The fltk guys still have to decide how to map apple keys. Let's
+// just keep the "Windows-Unix" style stuff at the moment. We might
+// want to change all occurences of FL_CTRL with FL_COMMAND in the
+// future. FL_COMMAND would get mapped to Ctrl on Windows/Unix and to
+// Cmd on Macs.
 #ifdef __APPLE__NOT_USED_ANYMORE
 #define XX "Cmd "
 #else
-- 
GitLab