Skip to content

Commit

Permalink
chilo-epub3-maker.jarの更新
Browse files Browse the repository at this point in the history
・誤字の修正
  • Loading branch information
ties-mitsuhashi committed Jan 22, 2016
1 parent 9b14002 commit 34d41d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.txt
@@ -1,3 +1,13 @@
2016-01-22 ccc-ties<tiesinfo@cccties.org>

1.Typo correction
chilo-producer/src/epub3maker/Config.java
(Before)
public static final String ChapterFontFamilyKey = "CahpterFontFamily";
(After)
public static final String ChapterFontFamilyKey = "ChapterFontFamily";


2015-09-28 ccc-ties<tiesinfo@cccties.org>

1.Storage location of page design template has been changed.
Expand Down
Binary file modified chilo-epub3-maker.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/epub3maker/Config.java
Expand Up @@ -46,7 +46,7 @@ public class Config {
public static final String ChapterBGColorKey = "ChapterBGColor";
public static final String ChapterWidthRatioKey = "ChapterWidthRatio";
public static final String ChapterTextRatioKey = "ChapterTextRatio";
public static final String ChapterFontFamilyKey = "CahpterFontFamily";
public static final String ChapterFontFamilyKey = "ChapterFontFamily";
public static final String ChapterFontStrokeKey = "ChapterFontStroke";
public static final String ChapterFontStrokeWidthKey = "ChapterFontStrokeWidth";
public static final String ChapterTextAlignKey = "ChapterTextAlign";
Expand Down

0 comments on commit 34d41d7

Please sign in to comment.