|
|
|
@ -46,7 +46,6 @@ import com.fr.general.IOUtils;
|
|
|
|
|
import com.fr.general.Inter; |
|
|
|
|
import com.fr.general.log.Log4jConfig; |
|
|
|
|
import com.fr.io.attr.ImageExportAttr; |
|
|
|
|
import com.fr.locale.InterProviderFactory; |
|
|
|
|
import com.fr.log.FineLoggerFactory; |
|
|
|
|
import com.fr.report.ReportConfigManager; |
|
|
|
|
import com.fr.stable.Constants; |
|
|
|
@ -634,7 +633,7 @@ public class PreferencePane extends BasicPane {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private UIDictionaryComboBox<Locale> createLanguageComboBox() { |
|
|
|
|
Map<Locale, String> map = InterProviderFactory.getProvider().getSupportLocaleMap(); |
|
|
|
|
Map<Locale, String> map = Inter.getSupportLocaleMap(); |
|
|
|
|
int size = map.size(); |
|
|
|
|
Locale[] keys = new Locale[size]; |
|
|
|
|
String[] values = new String[size]; |
|
|
|
|