Set the window title.

pull/3/head
Dave Page 2016-01-22 14:23:47 +00:00
parent af742011a5
commit f1f09242ed
1 changed files with 1 additions and 0 deletions

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!