OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。
不要なコメント行を削除
| @@ -27,8 +27,6 @@ | ||
| 27 | 27 | private static final ResourceBundle bundle; |
| 28 | 28 | |
| 29 | 29 | static { |
| 30 | - //bundle = ResourceBundle.getBundle("jp/sourceforge/users/yutang/omegat/plugin/foldermenu/Bundle"); | |
| 31 | - //bundle = ResourceBundle.getBundle(L10n.class.getName().replace('.', '/') + "/Bundle"); | |
| 32 | 30 | bundle = ResourceBundle.getBundle(L10n.class.getPackage().getName() + ".Bundle"); |
| 33 | 31 | } |
| 34 | 32 |