From f9472b1e58f206defb77c5caf55fcef1618829ba Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Wed, 22 Aug 2007 09:27:33 +0000 Subject: - begin developer series 0.3.x - Use now gettext for i18n texts, introduced with vdr-1.5.8 (Required) --- exif.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'exif.c') diff --git a/exif.c b/exif.c index 76413f7..efee114 100644 --- a/exif.c +++ b/exif.c @@ -30,7 +30,7 @@ extern "C" { #include "player-image.h" #include "control-image.h" #include "exif.h" -#include "i18n.h" +#include // for backward compatible to libexif-0.6.12 @@ -150,12 +150,12 @@ void cImageMenuExif::Display(void) const char* szButton = NULL; if(m_bDisplayTags) { if(m_strTextMarker.length()) - szButton = tr("Button$Marker"); + szButton = tr("Marker"); } else { if(m_strTextTag.length()) - szButton = tr("Button$Tags"); + szButton = tr("Tags"); } - SetHelp(szButton, NULL, NULL, tr("Button$Back")); + SetHelp(szButton, NULL, NULL, tr("Back")); cOsdMenu::Display(); DisplayMenu()->SetText(m_bDisplayTags -- cgit v1.2.3