From 5b2d226f77073b87f7027c500465c4ccf65d177f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 28 Feb 2004 05:52:37 +0000
Subject: [PATCH] typo

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

diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index dc04a676f6..8dbf1433a7 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.207 2004-02-28 02:15:37 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.208 2004-02-28 05:52:37 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -1471,7 +1471,7 @@ void help_short_cb(CALLBACK_ARGS)
   Msg(DIRECT, "  Shift+m       show mesh options");
   Msg(DIRECT, "  "XX"+m        merge file"); 
   Msg(DIRECT, "  Shift+n       show general options"); 
-  Msg(DIRECT, "  "XX"+m        new file"); 
+  Msg(DIRECT, "  "XX"+n        new file"); 
   Msg(DIRECT, "  Shift+o       show option window"); 
   Msg(DIRECT, "  "XX"+o        open file"); 
   Msg(DIRECT, "  p             go to post-processor module");
-- 
GitLab