ソースを参照

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

Neal Wilson 11年前
コミット
95a5d24caf
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      config/Windows/navigation.xml
  2. 1
    1
      config/Windows/productionroaster.xml

+ 1
- 1
config/Windows/navigation.xml ファイルの表示

@@ -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 ファイルの表示

@@ -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") {

読み込み中…
キャンセル
保存