*** src.original/src/org/omegat/filters2/master/FilterMaster.java 2007年 12月 16日 (日) --- src/src/org/omegat/filters2/master/FilterMaster.java 2008年 4月 1日 (火) *************** *** 82,88 **** public class FilterMaster { /** name of the filter configuration file */ ! private final static String FILE_FILTERS = "filters.conf"; // NOI18N /** There was no version of file filters support (1.4.5 Beta 1 -- 1.6.0 RC12). */ public static String INITIAL_VERSION = new String(); --- 82,88 ---- public class FilterMaster { /** name of the filter configuration file */ ! private final static String FILE_FILTERS = ".omegat-filters.conf"; // NOI18N /** There was no version of file filters support (1.4.5 Beta 1 -- 1.6.0 RC12). */ public static String INITIAL_VERSION = new String(); *************** *** 500,506 **** } /** XML file with filters configuration */ ! private File configFile = new File(StaticUtils.getConfigDir() + FILE_FILTERS); /** * My Own Class to listen to exceptions, --- 500,506 ---- } /** XML file with filters configuration */ ! private File configFile = new File(StaticUtils.getConfigDir() + File.separator + FILE_FILTERS); /** * My Own Class to listen to exceptions,