mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
moviebrowser/mb.cpp: avoid possible empty menue entries in showMenu()
Empty entries don't look good if no movie infos are available but it
seems to be better to show movie name beside entry name. If movie title
not available show menu entry with an "edit" hint.
So the menu should be more intuitive.
Origin commit data
------------------
Commit: 82efff9ad8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-05-09 (Thu, 09 May 2019)
Origin message was:
------------------
moviebrowser/mb.cpp: avoid possible empty menue entries in showMenu()
Empty entries don't look good if no movie infos are available but it
seems to be better to show movie name beside entry name. If movie title
not available show menu entry with an "edit" hint.
So the menu should be more intuitive.
This commit is contained in:
@@ -2048,6 +2048,7 @@ const char * locale_real_names[] =
|
||||
"moviebrowser.menu_cut_head",
|
||||
"moviebrowser.menu_data_request",
|
||||
"moviebrowser.menu_directories_head",
|
||||
"moviebrowser.menu_edit",
|
||||
"moviebrowser.menu_main_bookmarks",
|
||||
"moviebrowser.menu_main_head",
|
||||
"moviebrowser.menu_nfs_head",
|
||||
|
Reference in New Issue
Block a user