55 new FXLabel(descriptionFrame,
"Network editor for Eclipse SUMO, the Simulation of Urban MObility",
nullptr,
GUIDesignLabelAboutInfo);
56 new FXLabel(descriptionFrame,
"Graphical editor for road networks and infrastructure.",
nullptr,
GUIDesignLabelAboutInfo);
61 while ((modules.size() > 0) && (modules.front() !=
' ')) {
62 modules.erase(modules.begin());
67 new FXLabel(
this,
"Copyright (C) 2001-2019 German Aerospace Center (DLR) and others.",
nullptr,
GUIDesignLabelAboutInfo);
68 new FXLabel(
this,
"This application is based on code provided by the Eclipse SUMO project.",
nullptr,
GUIDesignLabelAboutInfo);
69 new FXLabel(
this,
"These core components are available under the conditions of the Eclipse Public License v2.",
nullptr,
GUIDesignLabelAboutInfo);
88 FXDialogBox::create();