You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/05/13 15:56:22 UTC

cvs commit: xml-fop/src/java/org/apache/fop/render/awt/viewer Command.java

pbwest      2004/05/13 06:56:22

  Modified:    src/java/org/apache/fop/render/awt/viewer Tag:
                        FOP_0-20-0_Alt-Design Command.java
  Log:
  Corrected IMAGE_DIR name
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.2.2.2   +2 -2      xml-fop/src/java/org/apache/fop/render/awt/viewer/Command.java
  
  Index: Command.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/render/awt/viewer/Command.java,v
  retrieving revision 1.2.2.1
  retrieving revision 1.2.2.2
  diff -u -r1.2.2.1 -r1.2.2.2
  --- Command.java	10 Mar 2004 06:24:29 -0000	1.2.2.1
  +++ Command.java	13 May 2004 13:56:22 -0000	1.2.2.2
  @@ -38,7 +38,7 @@
    */
   public class Command extends AbstractAction {
   
  -    private static final String IMAGE_DIR = "resources/awt_viewere/images/";
  +    private static final String IMAGE_DIR = "resources/awt_viewer/images/";
   
       /**
        * Creates <code>Command</code> object with a given name and
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org