summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
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
{