Skip to content

Commit

Permalink
better UI names for arrow ends,
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly authored and WandererFan committed Mar 13, 2020
1 parent a219f92 commit 8c9a568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mod/TechDraw/App/ArrowPropEnum.cpp
Expand Up @@ -31,13 +31,13 @@ namespace TechDraw {

const int ArrowPropEnum::ArrowCount = 8;
const char* ArrowPropEnum::ArrowTypeEnums[]= { "None",
"Filled_Arrow",
"Open_Arrow",
"Filled Arrow",
"Open Arrow",
"Tick",
"Dot",
"Open_Circle",
"Open Circle",
"Fork",
"Filled_Triangle",
"Filled Triangle",
NULL};

const std::vector<std::string> ArrowPropEnum::ArrowTypeIcons = { ":icons/arrownone.svg",
Expand Down

0 comments on commit 8c9a568

Please sign in to comment.