diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-11 12:39:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-08-11 12:39:06 +0200 |
commit | 0f7a4af1683abfe892cb6d05536818a964d8cfe6 (patch) | |
tree | 13bb325aa8f5b390db1227c7875b0e406a43efec /plugin.h | |
parent | 5b8fe34a0e8398a901eebe42c9385622d9bd7a22 (diff) | |
download | vdr-0f7a4af1683abfe892cb6d05536818a964d8cfe6.tar.gz vdr-0f7a4af1683abfe892cb6d05536818a964d8cfe6.tar.bz2 |
Switched I18N to gettext
Diffstat (limited to 'plugin.h')
-rw-r--r-- | plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: plugin.h 1.14 2007/02/24 13:45:28 kls Exp $ + * $Id: plugin.h 1.15 2007/08/04 09:56:26 kls Exp $ */ #ifndef __PLUGIN_H @@ -51,7 +51,7 @@ public: void SetupStore(const char *Name, const char *Value = NULL); void SetupStore(const char *Name, int Value); - void RegisterI18n(const tI18nPhrase * const Phrases); + void RegisterI18n(const void *); ///< This function is obsolete and may be removed in future versions of VDR! virtual bool Service(const char *Id, void *Data = NULL); virtual const char **SVDRPHelpPages(void); |