summaryrefslogtreecommitdiff
path: root/keys.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-11 12:39:06 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-11 12:39:06 +0200
commit0f7a4af1683abfe892cb6d05536818a964d8cfe6 (patch)
tree13bb325aa8f5b390db1227c7875b0e406a43efec /keys.h
parent5b8fe34a0e8398a901eebe42c9385622d9bd7a22 (diff)
downloadvdr-0f7a4af1683abfe892cb6d05536818a964d8cfe6.tar.gz
vdr-0f7a4af1683abfe892cb6d05536818a964d8cfe6.tar.bz2
Switched I18N to gettext
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keys.h b/keys.h
index 0799a3b4..da4b7a45 100644
--- a/keys.h
+++ b/keys.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: keys.h 1.11 2007/02/25 10:49:35 kls Exp $
+ * $Id: keys.h 1.12 2007/08/04 14:40:23 kls Exp $
*/
#ifndef __KEYS_H
@@ -100,7 +100,7 @@ public:
bool Parse(char *s);
bool Save(FILE *f);
static eKeys FromString(const char *Name);
- static const char *ToString(eKeys Key);
+ static const char *ToString(eKeys Key, bool Translate = false);
};
class cKeys : public cConfig<cKey> {