no message
This commit is contained in:
@@ -92,6 +92,8 @@ public class GlobalProperties {
|
||||
@Expose
|
||||
public String PerformanceAnalyzerPath = "";
|
||||
@Expose
|
||||
public String LocalMakePathWindows= "C:\\MinGW\\msys\\1.0\\bin\\make.exe";
|
||||
@Expose
|
||||
public int ComponentsBackUpsCount = 10;
|
||||
@Expose
|
||||
public boolean AutoCheckTesting = false; // проверять ли задачи тестирования при включенном визуализаторе.
|
||||
@@ -185,6 +187,8 @@ public class GlobalProperties {
|
||||
//-----------------
|
||||
public String getFieldDescription(String fieldName) {
|
||||
switch (fieldName) {
|
||||
case "LocalMakePathWindows":
|
||||
return "Путь к make.exe";
|
||||
case "SmallScreen":
|
||||
return "Маленький экран";
|
||||
case "ShowFullTabsNames":
|
||||
|
||||
Reference in New Issue
Block a user