Set the window title.
parent
af742011a5
commit
f1f09242ed
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue