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