no message
This commit is contained in:
@@ -35,7 +35,7 @@ public class ProjectSettingsMenu extends VisualiserMenu {
|
||||
addSeparator();
|
||||
add(new PropertiesSubmenu("Анализ", null,
|
||||
Global.mainModule.getProject().sapforProperties,
|
||||
"Precompilation",
|
||||
"Precompilation",
|
||||
"KEEP_DVM_DIRECTIVES",
|
||||
"IGNORE_IO_SAPFOR",
|
||||
"MPI_PROGRAM",
|
||||
@@ -59,9 +59,9 @@ public class ProjectSettingsMenu extends VisualiserMenu {
|
||||
"SaveModifications"
|
||||
));
|
||||
addSeparator();
|
||||
add( Global.mainModule.getProject().sapforProperties.getMenuItem("TRANSLATE_MESSAGES"));
|
||||
add( Global.mainModule.getProject().sapforProperties.getMenuItem("DEBUG_PRINT_ON"));
|
||||
add( Global.mainModule.getProject().sapforProperties.getMenuItem("GCOVLimit"));
|
||||
add(Global.mainModule.getProject().sapforProperties.getMenuItem("TRANSLATE_MESSAGES"));
|
||||
add(Global.mainModule.getProject().sapforProperties.getMenuItem("DEBUG_PRINT_ON"));
|
||||
add(Global.mainModule.getProject().sapforProperties.getMenuItem("GCOVLimit"));
|
||||
}
|
||||
public void ShowLanguage() {
|
||||
mLanguage.setText("Язык: " + Global.mainModule.getProject().languageName.getDescription());
|
||||
|
||||
Reference in New Issue
Block a user