Skip to content
Snippets Groups Projects
Commit 1f4a967e authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Use function to make name

parent e217fb6d
No related branches found
No related tags found
1 merge request!84Add user and hostname to gui name
......@@ -92,7 +92,7 @@ namespace armarx
return 1;
}
}
setName("ArmarXGui-" + std::to_string(IceUtil::Time::now().toMilliSeconds()));
setName(makeName());
return armarx::Application::run(argc, argv);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment