- Update xineliboutput XKeySym.Pause key in example remote.conf. ("space" instead of "Space") - Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport. - Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot. - Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot. - Bump PORTREVISION for all other plugins and add api fixes where necessary. - Add HISTORY to PORTDOCS for most plugins. (those that have it) - Remove shlib major versions from LIB_DEPENDS to pet portlint.
14 lines
253 B
C
14 lines
253 B
C
--- a/i18n.c
|
|
+++ b/i18n.c
|
|
@@ -6,9 +6,10 @@
|
|
* $Id: i18n.c 1.3 2002/06/23 13:05:59 kls Exp $
|
|
*/
|
|
|
|
-#include "i18n.h"
|
|
+#include <vdr/config.h>
|
|
|
|
#if VDRVERSNUM < 10507
|
|
+#include "i18n.h"
|
|
|
|
const tI18nPhrase Phrases[] = {
|
|
{ "Not active",// English
|