diff --git a/src/gui/widget/menue.cpp b/src/gui/widget/menue.cpp index 1212cf158..fa9e9fd90 100644 --- a/src/gui/widget/menue.cpp +++ b/src/gui/widget/menue.cpp @@ -785,8 +785,8 @@ void CMenuWidget::checkHints() break; } } - //if (has_hints) - // GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK); + if (has_hints) + GenericMenuBack->setHint(NEUTRINO_ICON_HINT_BACK, LOCALE_MENU_HINT_BACK); } void CMenuWidget::calcSize()