51 FXLabel* neteditLabel =
new FXLabel(descriptionFrame,
"SUMO netedit " VERSION_STRING,
nullptr,
GUIDesignLabelAboutInfo);
53 new FXLabel(descriptionFrame,
TL(
"Network editor for Eclipse SUMO, the Simulation of Urban MObility"),
nullptr,
GUIDesignLabelAboutInfo);
54 new FXLabel(descriptionFrame,
TL(
"Graphical editor for road networks and infrastructure."),
nullptr,
GUIDesignLabelAboutInfo);
58 std::string modules(HAVE_ENABLED);
59 while ((modules.size() > 0) && (modules.front() !=
' ')) {
60 modules.erase(modules.begin());
65 new FXLabel(
this,
"Copyright (C) 2001-2023 German Aerospace Center (DLR) and others.",
nullptr,
GUIDesignLabelAboutInfo);
66 new FXLabel(
this,
TL(
"This application is based on code provided by the Eclipse SUMO project."),
nullptr,
GUIDesignLabelAboutInfo);
67 new FXLabel(
this,
TL(
"These core components are available under the conditions of the Eclipse Public License v2."),
nullptr,
GUIDesignLabelAboutInfo);
71 (
new MFXLinkLabel(
this,
"https://www.eclipse.dev/sumo",
nullptr,
GUIDesignLabel(JUSTIFY_NORMAL)))->setTipText(
"https://www.eclipse.dev/sumo");