mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (locale use)
This commit is contained in:
@@ -41,6 +41,7 @@ import java.io.InputStream;
|
||||
import java.lang.reflect.Field;
|
||||
import java.net.URL;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
/**
|
||||
* @author yole
|
||||
@@ -119,7 +120,7 @@ public class AppUIUtil {
|
||||
}
|
||||
|
||||
public static String getFrameClass() {
|
||||
String name = ApplicationNamesInfo.getInstance().getProductName().toLowerCase();
|
||||
String name = ApplicationNamesInfo.getInstance().getProductName().toLowerCase(Locale.US);
|
||||
String wmClass = VENDOR_PREFIX + StringUtil.replaceChar(name, ' ', '-');
|
||||
if ("true".equals(System.getProperty("idea.debug.mode"))) {
|
||||
wmClass += "-debug";
|
||||
|
||||
Reference in New Issue
Block a user