Browse Source

Merge branch 'development' of https://github.com/N3Roaster/typica into development

Neal Wilson 11 years ago
parent
commit
95a5d24caf
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      config/Windows/navigation.xml
  2. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/navigation.xml View File

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

+ 1
- 1
config/Windows/productionroaster.xml View File

@@ -346,7 +346,7 @@
346 346
 					var notesList = notesSetting.slice(2, notesSetting.length-2).split(",");
347 347
 					if(valuesList.length > 1 && notesList.length == valuesList.length) {
348 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 352
 					if(driverReference.emitOnStart == "true") {

Loading…
Cancel
Save