Author: rmeggins
Update of /cvs/dirsec/console/src/com/netscape/management/client/util In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9446/console/src/com/netscape/management/client/util
Modified Files: About.java Log Message: Resolves: bug 452596 Bug Description: Help file for Status tab references server root Reviewed by: nhosoi (Thanks!) Fix Description: Remove/cleanup references to the old server root Platforms tested: RHEL5 Flag Day: no Doc impact: no
Index: About.java =================================================================== RCS file: /cvs/dirsec/console/src/com/netscape/management/client/util/About.java,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- About.java 18 Jul 2005 00:34:25 -0000 1.1.1.1 +++ About.java 10 Dec 2008 02:56:30 -0000 1.2 @@ -131,8 +131,8 @@ othersPane.setLayout(new BoxLayout(othersPane, BoxLayout.X_AXIS));
// get resource string, figure out which logo file and copyright file to grab - // path is relative to <server root> - // copyright and logo info will stay under <server root>/manual/ + // path is relative to datadir + // copyright and logo info will stay under datadir/manual/ StringTokenizer st = new StringTokenizer(_resource.getString("", index), ",\n\r"); String htmlFile = "";
389-commits@lists.fedoraproject.org