浏览代码

Set window title

Neal Wilson 7 年前
父节点
当前提交
f2d1fa4684
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      config/Windows/batchdetailsnew.xml

+ 1
- 0
config/Windows/batchdetailsnew.xml 查看文件

87
     <program>
87
     <program>
88
         <![CDATA[
88
         <![CDATA[
89
             var window = this;
89
             var window = this;
90
+            window.windowTitle = TTR("batchDetails", "Typica - Batch Details");
90
             var tabs = findChildObject(this, 'tabs');
91
             var tabs = findChildObject(this, 'tabs');
91
             tabs.addTab("Report");
92
             tabs.addTab("Report");
92
             tabs.addTab("Profile");
93
             tabs.addTab("Profile");

正在加载...
取消
保存