/* * undelete: A plugin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * * $Id: menunoselectitem.h 0.5 2005/11/17 21:05:05 hflor Exp $ */ #ifndef __MENUNOSELECTITEM_H #define __MENUNOSELECTITEM_H #include #include #ifdef HAVE_ELCHI #include #endif // --- cMenuOsdNoSelectItem ----------------------------------------------------- class cMenuOsdNoSelectItem : public cOsdItem { public: cMenuOsdNoSelectItem(const char *Text):cOsdItem(Text) { SetSelectable(false); } }; #endif //__MENUNOSELECTITEM_H