OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。
some refactoring
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | /************************************************************************** |
| 2 | 2 | FolderMenu - easy access to project folders from menu. |
| 3 | 3 | |
| 4 | - Copyright (C) 2013 Yu Tang | |
| 4 | + Copyright (C) 2013-2014 Yu Tang | |
| 5 | 5 | Home page: http://sourceforge.jp/users/yu-tang/ |
| 6 | 6 | Support center: http://sourceforge.jp/users/yu-tang/pf/ |
| 7 | 7 |
| @@ -265,8 +265,9 @@ | ||
| 265 | 265 | temporaryFile.delete(); |
| 266 | 266 | |
| 267 | 267 | // try to delete WSF file |
| 268 | - if (FilePreview.size(WordPreview.class) == 0) | |
| 268 | + if (FilePreview.size(WordPreview.class) == 0) { | |
| 269 | 269 | _wsf.delete(); |
| 270 | + } | |
| 270 | 271 | |
| 271 | 272 | } catch (IOException ex) { |
| 272 | 273 | Log.log(ex); |