From: Jan S. <st...@us...> - 2002-01-27 23:14:47
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions In directory usw-pr-cvs1:/tmp/cvs-serv7241 Modified Files: ContinueAction.java Log Message: Reference to wrong class removed. Index: ContinueAction.java =================================================================== RCS file: /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/actions/ContinueAction.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -r1.1.1.1 -r1.2 *** ContinueAction.java 2001/10/14 22:17:22 1.1.1.1 --- ContinueAction.java 2002/01/27 23:14:45 1.2 *************** *** 45,49 **** public String getName () { ! return NbBundle.getMessage(PauseAction.class, "LBL_continueAction"); } --- 45,49 ---- public String getName () { ! return NbBundle.getMessage(ContinueAction.class, "LBL_continueAction"); } *************** *** 65,68 **** --- 65,71 ---- /* * $Log$ + * Revision 1.2 2002/01/27 23:14:45 stolis + * Reference to wrong class removed. + * * Revision 1.1.1.1 2001/10/14 22:17:22 stolis * The very first version of profiler module. |