diff options
author | Thomas Günther <tom@toms-cafe.de> | 2008-03-16 21:12:52 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2008-03-16 21:12:52 +0100 |
commit | 7aaa70fa39a1e9968ff08ffab4462231e80fbb67 (patch) | |
tree | 425f5c5f5eb55a99fb5733e31d4ebf00aa65bec9 /i18n.h | |
parent | baa63378b3de16c365255f29a3431488cf6656b3 (diff) | |
download | vdr-plugin-sudoku-7aaa70fa39a1e9968ff08ffab4462231e80fbb67.tar.gz vdr-plugin-sudoku-7aaa70fa39a1e9968ff08ffab4462231e80fbb67.tar.bz2 |
Added commands menu
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |