Index: libsrc/org/netbeans/editor/ext/ExtKit.java =================================================================== RCS file: /cvs/editor/libsrc/org/netbeans/editor/ext/ExtKit.java,v retrieving revision 1.29 diff -c -r1.29 ExtKit.java *** libsrc/org/netbeans/editor/ext/ExtKit.java 9 Jul 2002 10:59:14 -0000 1.29 --- libsrc/org/netbeans/editor/ext/ExtKit.java 15 Jul 2002 14:54:17 -0000 *************** *** 635,641 **** super(commentAction); this.lineCommentString = lineCommentString; putValue(BaseAction.ICON_RESOURCE_PROPERTY, ! "org/netbeans/modules/editor/resources/comment_in"); } public void actionPerformed(ActionEvent evt, JTextComponent target) { --- 635,641 ---- super(commentAction); this.lineCommentString = lineCommentString; putValue(BaseAction.ICON_RESOURCE_PROPERTY, ! "org/netbeans/modules/editor/resources/comment"); } public void actionPerformed(ActionEvent evt, JTextComponent target) { *************** *** 690,696 **** super(uncommentAction); this.lineCommentString = lineCommentString; putValue(BaseAction.ICON_RESOURCE_PROPERTY, ! "org/netbeans/modules/editor/resources/comment_out"); } public void actionPerformed(ActionEvent evt, JTextComponent target) { --- 690,696 ---- super(uncommentAction); this.lineCommentString = lineCommentString; putValue(BaseAction.ICON_RESOURCE_PROPERTY, ! "org/netbeans/modules/editor/resources/uncomment"); } public void actionPerformed(ActionEvent evt, JTextComponent target) {