OmegaT の背景に画像を表示します。
ユーティリティ関数 getMoeConfigFile() を追加
| @@ -128,4 +128,8 @@ | ||
| 128 | 128 | return new File(StaticUtils.getConfigDir(), "moenizer"); |
| 129 | 129 | } |
| 130 | 130 | |
| 131 | + public static File getMoeConfigFile() { | |
| 132 | + return new File(getMoeConfigDir(), "config.groovy"); | |
| 133 | + } | |
| 134 | + | |
| 131 | 135 | } |