diff options
Diffstat (limited to 'menu-commands.h')
-rw-r--r-- | menu-commands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/menu-commands.h b/menu-commands.h index 9796fcb..828a2e1 100644 --- a/menu-commands.h +++ b/menu-commands.h @@ -1,7 +1,7 @@ /* * Image plugin to VDR (C++) * - * (C) 2004-2005 Andreas Brachold <vdr04-at-deltab.de> + * (C) 2004-2005 Andreas Brachold <anbr at users.berlios.de> * * This code is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ class cImageMenuCommands protected: eOSState Execute(void); public: - cImageMenuCommands(const char *szTitle, cImageCommands *Cmds, const char *szFileName = NULL); + cImageMenuCommands(const char *szTitle, cImageCommands *Cmds, const char *szFileName); virtual ~cImageMenuCommands(); virtual eOSState ProcessKey(eKeys Key); bool HasImageChanged() const { return m_bImageChanged; } @@ -50,7 +50,7 @@ class cImageMenuResult : public cOsdMenu protected: virtual void Display(void); public: - cImageMenuResult(const char *Title, const char *Text, eDvbFont Font = fontOsd); + cImageMenuResult(const char *Title, const char *Text); virtual eOSState ProcessKey(eKeys Key); }; |