jeremias 2003/03/11 05:29:28
Modified: src/java/org/apache/fop/viewer Command.java
PreviewDialogAboutBox.java
Log:
Adjust for directory rename from "Images" to "images".
Revision Changes Path
1.2 +1 -1 xml-fop/src/java/org/apache/fop/viewer/Command.java
Index: Command.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/viewer/Command.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Command.java 11 Mar 2003 13:05:42 -0000 1.1
+++ Command.java 11 Mar 2003 13:29:28 -0000 1.2
@@ -70,7 +70,7 @@
*/
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
1.2 +1 -1
xml-fop/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java
Index: PreviewDialogAboutBox.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/viewer/PreviewDialogAboutBox.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PreviewDialogAboutBox.java 11 Mar 2003 13:05:42 -0000 1.1
+++ PreviewDialogAboutBox.java 11 Mar 2003 13:29:28 -0000 1.2
@@ -97,7 +97,7 @@
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());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]