woops
authorNiki Roo <niki@nikiroo.be>
Thu, 19 Sep 2019 20:19:28 +0000 (22:19 +0200)
committerNiki Roo <niki@nikiroo.be>
Thu, 19 Sep 2019 20:19:28 +0000 (22:19 +0200)
src/be/nikiroo/fanfix/output/BasicOutput.java

index 104125535d69c3263f819dcff7130fc7bf12dbb9..15d8cc1c7c88c4b454c90c97a51f77e1740dcb5f 100644 (file)
@@ -151,8 +151,8 @@ public abstract class BasicOutput {
        }
 
        /** The creator name (this program, by me!) */
-       protected String EPUB_CREATOR = "Fanfix " + Version.getCurrentVersion()
-                       + " (by Niki)";
+       static protected final String EPUB_CREATOR = "Fanfix "
+                       + Version.getCurrentVersion() + " (by Niki)";
 
        /** The current best name for an image */
        private String imageName;