mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
* src/gui/widget/menue.cpp: Comment paintHint debug output
This commit is contained in:
@@ -1066,7 +1066,7 @@ void CMenuWidget::paintHint(int pos)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
CMenuItem* item = items[pos];
|
CMenuItem* item = items[pos];
|
||||||
printf("paintHint: icon %s text %s\n", item->hintIcon.c_str(), g_Locale->getText(item->hint));
|
//printf("paintHint: icon %s text %s\n", item->hintIcon.c_str(), g_Locale->getText(item->hint));
|
||||||
|
|
||||||
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
|
if (item->hintIcon.empty() && item->hint == NONEXISTANT_LOCALE) {
|
||||||
if (info_box != NULL)
|
if (info_box != NULL)
|
||||||
|
Reference in New Issue
Block a user