From 6323afd75da55f40f9a57b4acd62bc60b324f424 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 11 Mar 2003 13:29:28 +0000 Subject: [PATCH] Adjust for directory rename from "Images" to "images". 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 | 2 +- src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/fop/viewer/Command.java b/src/java/org/apache/fop/viewer/Command.java index 2892c2321..616a7cfbc 100644 --- a/src/java/org/apache/fop/viewer/Command.java +++ b/src/java/org/apache/fop/viewer/Command.java @@ -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 Command object with a given name and diff --git a/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java b/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java index 557db5531..c8423e188 100644 --- a/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java +++ b/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java @@ -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()); -- 2.39.5