summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-03-16 21:12:52 +0100
committerThomas Günther <tom@toms-cafe.de>2008-03-16 21:12:52 +0100
commit7aaa70fa39a1e9968ff08ffab4462231e80fbb67 (patch)
tree425f5c5f5eb55a99fb5733e31d4ebf00aa65bec9 /i18n.h
parentbaa63378b3de16c365255f29a3431488cf6656b3 (diff)
downloadvdr-plugin-sudoku-7aaa70fa39a1e9968ff08ffab4462231e80fbb67.tar.gz
vdr-plugin-sudoku-7aaa70fa39a1e9968ff08ffab4462231e80fbb67.tar.bz2
Added commands menu
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index e9f4676..24540ab 100644
--- a/i18n.h
+++ b/i18n.h
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: i18n.h 106 2007-12-03 23:28:24Z tom $
+ * $Id: i18n.h 113 2008-03-16 20:12:52Z tom $
*/
#ifndef VDR_SUDOKU_I18N_H
@@ -31,6 +31,7 @@
#if VDRVERSNUM < 10507
#define trNOOP(s) (s)
+#define trVDR(s) tr(s)
namespace SudokuPlugin
{