Browse Source

Set window title

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

Loading…
Cancel
Save