From 1df133b2a0565a35c3b07e043bd04b449869a0cb Mon Sep 17 00:00:00 2001 From: Andreas Regel Date: Sun, 13 Jun 2004 23:00:00 +0200 Subject: Release version 0.0.5 - added support for VDR version 1.3.7 and later (VDR 1.2.6 is still supported, no guarantee for 1.3.0-1.3.6) - no patching required any longer with 1.3.7 and later - fixed info window colors if palette patch is not applied (VDR up to 1.3.6, index patch must be applied) - added german translations - added finnish translations (thanks to Rolf Ahrenberg) --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2840f9a..0a3dab0 100644 --- a/config.h +++ b/config.h @@ -10,7 +10,7 @@ #include const int kDepthGrey16 = 0; -const int kDepthGrey128 = 1; +const int kDepthGrey256 = 1; const int kDepthColor256fix = 2; const int kDepthColor128var = 3; -- cgit v1.2.3