|
@@ -21,7 +21,7 @@
|
21
|
21
|
</menu>
|
22
|
22
|
<program>
|
23
|
23
|
<![CDATA[
|
24
|
|
- this.windowTitle = "Typica - Recent Average Weekly Coffee Production";
|
|
24
|
+ this.windowTitle = "Typica - Recent Average Coffee Production";
|
25
|
25
|
var report = findChildObject(this, 'report');
|
26
|
26
|
var printMenu = findChildObject(this, 'print');
|
27
|
27
|
printMenu.triggered.connect(function() {
|
|
@@ -74,10 +74,10 @@
|
74
|
74
|
output.writeStartElement("html");
|
75
|
75
|
output.writeAttribute("xmlns", "http://www.w3.org/1999/xhtml");
|
76
|
76
|
output.writeStartElement("head");
|
77
|
|
- output.writeTextElement("title", "Recent Average Weekly Coffee Production");
|
|
77
|
+ output.writeTextElement("title", "Recent Average Coffee Production");
|
78
|
78
|
output.writeEndElement();
|
79
|
79
|
output.writeStartElement("body");
|
80
|
|
- output.writeTextElement("h1", "Recent Average Weekly Coffee Production");
|
|
80
|
+ output.writeTextElement("h1", "Recent Average Coffee Production");
|
81
|
81
|
switch(unitBox.currentIndex)
|
82
|
82
|
{
|
83
|
83
|
case 0:
|