git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f9e1d
)
Version changes
author
amwaterhouse
<Andrew Waterhouse>
Mon, 11 Jul 2005 13:17:10 +0000
(13:17 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Mon, 11 Jul 2005 13:17:10 +0000
(13:17 +0000)
src/org/jibble/epsgraphics/EpsDocument.java
patch
|
blob
|
history
diff --git
a/src/org/jibble/epsgraphics/EpsDocument.java
b/src/org/jibble/epsgraphics/EpsDocument.java
index
56ad32f
..
486fc31
100755
(executable)
--- a/
src/org/jibble/epsgraphics/EpsDocument.java
+++ b/
src/org/jibble/epsgraphics/EpsDocument.java
@@
-149,7
+149,7
@@
public class EpsDocument {
float offsetY = -minY;
\r
\r
writer.write("%!PS-Adobe-3.0 EPSF-3.0\n");
\r
- writer.write("%%Creator: Jalview " + jalview.bin.Cache.VERSION + " \n");
\r
+ writer.write("%%Creator: Jalview " + jalview.bin.Cache.getProperty("VERSION") + " \n");
\r
writer.write("%%Title: " + _title + "\n");
\r
writer.write("%%CreationDate: " + new Date() + "\n");
\r
writer.write("%%BoundingBox: 0 0 " + ((int) Math.ceil(maxX + offsetX)) + " " + ((int) Math.ceil(maxY + offsetY)) + "\n");
\r