Set the window title.

This commit is contained in:
Dave Page 2016-01-22 14:23:47 +00:00
parent af742011a5
commit f1f09242ed

View File

@ -132,6 +132,7 @@ int main(int argc, char * argv[])
// Create & show the main window
BrowserWindow browserWindow(appServerUrl);
browserWindow.setWindowTitle(PGA_APP_NAME);
browserWindow.show();
// Go!