Neal Wilson 13 роки тому
джерело
коміт
95a5d24caf

+ 1
- 1
config/Windows/navigation.xml Переглянути файл

160
             if(typeof(window.loggingWindow) == "undefined")
160
             if(typeof(window.loggingWindow) == "undefined")
161
             {
161
             {
162
                 window.loggingWindow = createWindow("basicWindow");
162
                 window.loggingWindow = createWindow("basicWindow");
163
-                window.loggingWindow.windowTitle = "Typica";
163
+                window.loggingWindow.windowTitle = "Typica [*]";
164
 				window.loggingWindow.navigationWindow = window;
164
 				window.loggingWindow.navigationWindow = window;
165
             }
165
             }
166
             else
166
             else

+ 1
- 1
config/Windows/productionroaster.xml Переглянути файл

346
 					var notesList = notesSetting.slice(2, notesSetting.length-2).split(",");
346
 					var notesList = notesSetting.slice(2, notesSetting.length-2).split(",");
347
 					if(valuesList.length > 1 && notesList.length == valuesList.length) {
347
 					if(valuesList.length > 1 && notesList.length == valuesList.length) {
348
 						for(var j = 0; j < valuesList.length; j++) {
348
 						for(var j = 0; j < valuesList.length; j++) {
349
-							checker.setAnnotation(Number(valueList[j]), notesList[j]);
349
+							checker.setAnnotation(Number(valuesList[j]), notesList[j]);
350
 						}
350
 						}
351
 					}
351
 					}
352
 					if(driverReference.emitOnStart == "true") {
352
 					if(driverReference.emitOnStart == "true") {

Завантаження…
Відмінити
Зберегти