Skip to content

Commit

Permalink
typo ref #22 #14710
Browse files Browse the repository at this point in the history
Signed-off-by: m-kro <m.barthauer@t-online.de>
  • Loading branch information
m-kro committed May 17, 2024
1 parent 6cdabc4 commit 42103d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netedit/frames/common/GNEElementSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GNEElementSet::GNEElementSet(GNESelectorFrame* selectorFrameParent, Supermode su
mySetComboBox->appendIconItem(TL("Network"), GUIIconSubSys::getIcon(GUIIcon::MODECREATEEDGE));
mySetComboBox->appendIconItem(TL("Additional"), GUIIconSubSys::getIcon(GUIIcon::MODEADDITIONAL));
mySetComboBox->appendIconItem(TL("Shape"), GUIIconSubSys::getIcon(GUIIcon::MODESHAPE));
mySetComboBox->appendIconItem(tl("TAZ"), GUIIconSubSys::getIcon(GUIIcon::MODETAZ));
mySetComboBox->appendIconItem(TL("TAZ"), GUIIconSubSys::getIcon(GUIIcon::MODETAZ));
// set default set
myCurrentSet = Type::NETWORK;
} else if (supermode == Supermode::DEMAND) {
Expand Down

0 comments on commit 42103d3

Please sign in to comment.