Skip to content

Commit

Permalink
fix text with translation
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Nov 3, 2024
1 parent 1d1d46c commit cfd8feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/gui/widgets/label.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class GuiTestImpl : public GuiTestClass
p.order = index++;
e->value<GuiLabelComponent>();
e->value<GuiTextComponent>().value = "hover over this";
e->value<GuiTooltipComponent>().tooltip = detail::guiTooltipText<"", HashString("texts/hello")>();
e->value<GuiTooltipComponent>().tooltip = detail::guiTooltipText<HashString("texts/hello")>();
}

{ // horizontal
Expand Down

0 comments on commit cfd8feb

Please sign in to comment.