diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index 5f20469aed349cd5069f19ed1e311c721d378bcf..9e68ddaed5a857dc7e5db5859363c9740987b088 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.132 2002-07-03 23:54:10 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.133 2002-07-12 17:20:24 geuzaine Exp $ // // Copyright (C) 1997 - 2002 C. Geuzaine, J.-F. Remacle // @@ -932,8 +932,8 @@ void help_short_cb(CALLBACK_ARGS){ Msg(DIRECT, ""); Msg(DIRECT, "Menu bar shortcuts:"); Msg(DIRECT, ""); + Msg(DIRECT, " "XX"+a save file as"); Msg(DIRECT, " b go back to previous context"); - Msg(DIRECT, " "XX"+e save file by extension"); Msg(DIRECT, " f go forward to next context"); Msg(DIRECT, " g go to geometry module"); Msg(DIRECT, " Shift+g show geometry options");