Browse Source

Set window title

Neal Wilson 7 years ago
parent
commit
f2d1fa4684
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      config/Windows/batchdetailsnew.xml

+ 1
- 0
config/Windows/batchdetailsnew.xml View File

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");

Loading…
Cancel
Save