psmith 2003/06/18 15:24:02 Modified: src/java/org/apache/log4j/chainsaw ChainsawToolBarAndMenus.java Log: Changed the Pause action's tooltip to reflect what it ACTUALLY does rather than what I thought it did at the time I wrote this (long time ago). Revision Changes Path 1.44 +2 -2 jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java Index: ChainsawToolBarAndMenus.java =================================================================== RCS file: /home/cvs/jakarta-log4j-sandbox/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChainsawToolBarAndMenus.java 18 Jun 2003 19:10:21 -0000 1.43 +++ ChainsawToolBarAndMenus.java 18 Jun 2003 22:24:01 -0000 1.44 @@ -690,7 +690,7 @@ } String ident = logPanel.getIdentifier(); - System.out.println("trying to pause '" + ident + "'"); +// System.out.println("trying to pause '" + ident + "'"); if (!logui.pausedList.contains(ident)) { logui.pausedList.add(ident); @@ -707,7 +707,7 @@ Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke("F12")); pauseAction.putValue( Action.SHORT_DESCRIPTION, - "Halts the display, while still allowing events to stream in the background"); + "Causes incoming events for this tab to be discarded"); pauseAction.putValue( Action.SMALL_ICON, new ImageIcon(ChainsawIcons.PAUSE));
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]