]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Adjust for directory rename from "Images" to "images".
authorJeremias Maerki <jeremias@apache.org>
Tue, 11 Mar 2003 13:29:28 +0000 (13:29 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 11 Mar 2003 13:29:28 +0000 (13:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196065 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/viewer/Command.java
src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java

index 2892c2321580ede3e97d5e55b627d880d5cd94dc..616a7cfbc2cd7c02cf0c29cb73dcd3f6ec5d9a9f 100644 (file)
@@ -70,7 +70,7 @@ import java.net.URL;
  */
 public class Command extends AbstractAction {
 
-    private static final String IMAGE_DIR = "Images/";
+    private static final String IMAGE_DIR = "images/";
 
     /**
      * Creates <code>Command</code> object with a given name and
index 557db5531f54f7c943af78a29a750911b0177cb8..c8423e1886b42984dbd2ff16f07f418516a2d259 100644 (file)
@@ -97,7 +97,7 @@ public class PreviewDialogAboutBox extends Dialog implements ActionListener {
         JPanel insetsPanel3 = new JPanel();
         okButton = new JButton();
         JLabel imageControl1 = new JLabel();
-        imageControl1.setIcon(new ImageIcon(getClass().getResource("Images/fop.gif")));
+        imageControl1.setIcon(new ImageIcon(getClass().getResource("images/fop.gif")));
         JLabel label1 = new JLabel(translator.getString("About.Product"));
         JLabel label2 = new JLabel(translator.getString("About.Version") 
                                             + " " + Version.getVersion());