sdeboy 2004/07/27 00:06:59
Modified: src/java/org/apache/log4j/chainsaw LogPanel.java
ChainsawToolBarAndMenus.java
src/java/org/apache/log4j/chainsaw/help release-notes.html
Log:
Changed 'scroll to bottom' icon.
Revision Changes Path
1.85 +1 -1 logging-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java
Index: LogPanel.java
===================================================================
RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/LogPanel.java,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- LogPanel.java 27 Jul 2004 06:48:51 -0000 1.84
+++ LogPanel.java 27 Jul 2004 07:06:58 -0000 1.85
@@ -1830,7 +1830,7 @@
dockToggleScrollToBottomAction.putValue(Action.SHORT_DESCRIPTION, "Toggles
Scroll to Bottom");
dockToggleScrollToBottomAction.putValue("enabled", Boolean.TRUE);
dockToggleScrollToBottomAction.putValue(
- Action.SMALL_ICON, new ImageIcon(ChainsawIcons.DOWN));
+ Action.SMALL_ICON, new ImageIcon(ChainsawIcons.SCROLL_TO_BOTTOM));
final SmallToggleButton toggleScrollToBottomButton =
new SmallToggleButton(dockToggleScrollToBottomAction);
1.46 +1 -1
logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java
Index: ChainsawToolBarAndMenus.java
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/ChainsawToolBarAndMenus.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChainsawToolBarAndMenus.java 24 Jul 2004 07:26:32 -0000 1.45
+++ ChainsawToolBarAndMenus.java 27 Jul 2004 07:06:58 -0000 1.46
@@ -243,7 +243,7 @@
Action.ACCELERATOR_KEY,
KeyStroke.getKeyStroke(KeyEvent.VK_B, InputEvent.CTRL_MASK));
action.putValue(
- Action.SMALL_ICON, new ImageIcon(ChainsawIcons.DOWN));
+ Action.SMALL_ICON, new ImageIcon(ChainsawIcons.SCROLL_TO_BOTTOM));
return action;
}
1.36 +1 -0
logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html
Index: release-notes.html
===================================================================
RCS file:
/home/cvs/logging-log4j/src/java/org/apache/log4j/chainsaw/help/release-notes.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- release-notes.html 27 Jul 2004 06:48:52 -0000 1.35
+++ release-notes.html 27 Jul 2004 07:06:59 -0000 1.36
@@ -11,6 +11,7 @@
<h2>26 July 2004</h2>
<ul>
<li>Tab settings file names are now URL encoded. In order to preserve the
usefulness of existing settings files, if the URL-encoded files don't exist, Chainsaw
will attempt to load the tab's non-URL-encoded files.</li>
+<li>Changed 'scroll to bottom' icon.</li>
</ul>
<h2>25 July 2004</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]