|
|
|
|
133
|
var nrbutton = findChildObject(this, 'newroasted');
|
133
|
var nrbutton = findChildObject(this, 'newroasted');
|
134
|
nrbutton.clicked.connect(function() {
|
134
|
nrbutton.clicked.connect(function() {
|
135
|
var nrwindow = createWindow("newroasted");
|
135
|
var nrwindow = createWindow("newroasted");
|
136
|
- nrwindow.windowTitle = "New Roasted Coffee Item";
|
|
|
|
|
136
|
+ nrwindow.windowTitle = "Manage Roasted Coffee Items";
|
137
|
});
|
137
|
});
|
138
|
var importb = findChildObject(this, 'target');
|
138
|
var importb = findChildObject(this, 'target');
|
139
|
importb.clicked.connect(function() {
|
139
|
importb.clicked.connect(function() {
|