diff options
author | Maniac <maniac> | 2011-05-12 18:28:40 +0200 |
---|---|---|
committer | Maniac <maniac> | 2011-05-12 18:28:40 +0200 |
commit | 29947ab699ab7bb889433dcc7536e8b66f8dc0d2 (patch) | |
tree | d1b671ec7393c61936a048fe8e79b19e8b682f44 | |
parent | d3d56dde7d4d6a5c5e4fb0a7324ae1d84660379f (diff) | |
download | vdr-plugin-skinpearlhd-29947ab699ab7bb889433dcc7536e8b66f8dc0d2.tar.gz vdr-plugin-skinpearlhd-29947ab699ab7bb889433dcc7536e8b66f8dc0d2.tar.bz2 |
change skin display name to "PearlHD(native)" to avoid confusion with the text2skin skin
-rw-r--r-- | pearlhd.c | 4 | ||||
-rw-r--r-- | themes/PearlHD(native)-Accessibility.theme (renamed from themes/PearlHD-Accessibility.theme) | 0 | ||||
-rw-r--r-- | themes/PearlHD(native)-Beige.theme (renamed from themes/PearlHD-Beige.theme) | 0 | ||||
-rw-r--r-- | themes/PearlHD(native)-Blue.theme (renamed from themes/PearlHD-Blue.theme) | 0 | ||||
-rw-r--r-- | themes/PearlHD(native)-White.theme (renamed from themes/PearlHD-White.theme) | 0 |
5 files changed, 2 insertions, 2 deletions
@@ -1844,7 +1844,7 @@ void cSkinPearlHDDisplayMessage::Flush(void) // --- cSkinPearlHD ---------------------------------------------------------- -cSkinPearlHD::cSkinPearlHD() : cSkin("PearlHD", &::Theme) +cSkinPearlHD::cSkinPearlHD() : cSkin("PearlHD(native)", &::Theme) { // Get the "classic" skin to be used as fallback skin if any of the OSD // menu fails to open. @@ -1859,7 +1859,7 @@ cSkinPearlHD::cSkinPearlHD() : cSkin("PearlHD", &::Theme) const char *cSkinPearlHD::Description(void) { - return tr("PearlHD"); + return tr("PearlHD(native)"); } cSkinDisplayChannel *cSkinPearlHD::DisplayChannel(bool WithInfo) diff --git a/themes/PearlHD-Accessibility.theme b/themes/PearlHD(native)-Accessibility.theme index b1c293e..b1c293e 100644 --- a/themes/PearlHD-Accessibility.theme +++ b/themes/PearlHD(native)-Accessibility.theme diff --git a/themes/PearlHD-Beige.theme b/themes/PearlHD(native)-Beige.theme index bac255a..bac255a 100644 --- a/themes/PearlHD-Beige.theme +++ b/themes/PearlHD(native)-Beige.theme diff --git a/themes/PearlHD-Blue.theme b/themes/PearlHD(native)-Blue.theme index 134fe18..134fe18 100644 --- a/themes/PearlHD-Blue.theme +++ b/themes/PearlHD(native)-Blue.theme diff --git a/themes/PearlHD-White.theme b/themes/PearlHD(native)-White.theme index e17c743..e17c743 100644 --- a/themes/PearlHD-White.theme +++ b/themes/PearlHD(native)-White.theme |