diff options
Diffstat (limited to 'vdr_actions.h')
-rw-r--r-- | vdr_actions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr_actions.h b/vdr_actions.h index 72f9caf..5c7a9f8 100644 --- a/vdr_actions.h +++ b/vdr_actions.h @@ -40,7 +40,7 @@ enum mgActions { actAddAllToCollection, //!< add all items of OSD list to default collection actRemoveAllFromCollection,//!< remove from default collection actDeleteCollection, //!< delete collection - actExportTracklist, //!< export track list into a *.m3u file + actExportItemlist, //!< export track list into a *.m3u file actAddCollEntry, actRemoveCollEntry, actAddThisToCollection, //!< add selected item to default collection @@ -109,7 +109,7 @@ class mgAction * to execute this. The returned C string must be freeable at any time. * \param value a string that can be used for building the menu name. */ - virtual const char *MenuName (const unsigned int idx=0,const mgSelItem& item=zeroitem) + virtual const char *MenuName (const unsigned int idx=0,const mgListItem& item=zeroitem) { return strdup(ButtonName()); } |