From 4e965380bc872a5da745d64a5d9deb901fa2979c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 Mar 2005 14:35:18 +0000 Subject: Use uppercase letters for shortcut labels (e.g. "Ctrl+N", not "Ctrl+n") to be consistent with other toolkits. Remove debug printf from undo_checkpoint(). Change "Show Widget Panel" to "Show Properties" since it displays any Fl_Type dialog, not just the widget panel. Add "properties" to all of the type dialogs (UI consistency) Remove extra elipsis (...) from code items in the new menu. Revert Grid shortcut to Ctrl+G, since Alt+G is used to run a shell command again. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4146 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/undo.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/undo.cxx') diff --git a/fluid/undo.cxx b/fluid/undo.cxx index a66bf80dd..9aae0ac08 100644 --- a/fluid/undo.cxx +++ b/fluid/undo.cxx @@ -126,8 +126,8 @@ void undo_cb(Fl_Widget *, void *) { void undo_checkpoint() { char filename[1024]; // Undo checkpoint filename - printf("undo_checkpoint(): undo_current=%d, undo_paused=%d, modflag=%d\n", - undo_current, undo_paused, modflag); +// printf("undo_checkpoint(): undo_current=%d, undo_paused=%d, modflag=%d\n", +// undo_current, undo_paused, modflag); // Don't checkpoint if undo_suspend() has been called... if (undo_paused) return; -- cgit v1.2.3