* Add bookmark support for Samsung TVs.

This commit is contained in:
Justin Maggard
2011-08-05 20:36:54 +00:00
parent cdc93f680f
commit d5b77cbd46
7 changed files with 96 additions and 10 deletions

View File

@ -66,7 +66,7 @@
#define CLIENT_CACHE_SLOTS 20
#define USE_FORK 1
#define DB_VERSION 5
#define DB_VERSION 6
#ifdef ENABLE_NLS
#define _(string) gettext(string)