Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help
In directory usw-pr-cvs1:/tmp/cvs-serv29461/adwt/src/main/net/sourceforge/ejtools/awt/action/help
Modified Files:
AboutAction.java HelpOnLineAction.java TOTDAction.java
Log Message:
Nothing
Index: AboutAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/AboutAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AboutAction.java 5 May 2002 20:09:56 -0000 1.3
--- AboutAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,22 ****
* Regular "About" Action that provides :
* <ul>
! * <li>- a "Help" menu if it doesn't exist
! * <li>- a "About" menu item
! * <li>- a "About" toolbar button
* </ul>
*
* @author letiemble
--- 15,23 ----
* Regular "About" Action that provides :
* <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "About" menu item
! * <li> - a "About" toolbar button
* </ul>
+ *
*
* @author letiemble
Index: HelpOnLineAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/HelpOnLineAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HelpOnLineAction.java 5 May 2002 20:09:56 -0000 1.3
--- HelpOnLineAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,21 ****
* Regular "Help on line" Action that provides :
* <ul>
! * <li>- a "Help" menu if it doesn't exist
! * <li>- a "Help on line" menu item
* </ul>
*
* @author letiemble
--- 15,22 ----
* Regular "Help on line" Action that provides :
* <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "Help on line" menu item
* </ul>
+ *
*
* @author letiemble
Index: TOTDAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/TOTDAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TOTDAction.java 5 May 2002 20:09:56 -0000 1.3
--- TOTDAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,21 ****
* Regular "Tip of the Day" Action that provides :
* <ul>
! * <li>- a "Help" menu if it doesn't exist
! * <li>- a "Tip of the Day" menu item
* </ul>
*
* @author letiemble
--- 15,22 ----
* Regular "Tip of the Day" Action that provides :
* <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "Tip of the Day" menu item
* </ul>
+ *
*
* @author letiemble
|