Skip to content
Snippets Groups Projects
Commit 23e5854f authored by Claudio Scafuri's avatar Claudio Scafuri :speech_balloon:
Browse files

window title

parent 4df16892
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,10 @@ a.setApplicationVersion(version); ...@@ -53,7 +53,10 @@ a.setApplicationVersion(version);
Gof* mw = new Gof(0,argv[1],argv[2]); Gof* mw = new Gof(0,argv[1],argv[2]);
mw->setWindowTitle("GOF"); if(strcmp(argv[1],"sr/feedback/gof2_profile")==0)
mw->setWindowTitle("GOF 2");
else
mw->setWindowTitle("GOF");
TUtil::replaceWildcards(mw->children(), a.arguments()); TUtil::replaceWildcards(mw->children(), a.arguments());
mw->show(); mw->show();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment