Explorar el Código

Set window title

Neal Wilson hace 6 años
padre
commit
f2d1fa4684
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      config/Windows/batchdetailsnew.xml

+ 1
- 0
config/Windows/batchdetailsnew.xml Ver fichero

@@ -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…
Cancelar
Guardar