diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-03-28 17:54:20 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2012-03-28 17:54:20 +0300 |
commit | e74a3437211bed8e483ce289b87c99f479849a35 (patch) | |
tree | 001af70ff6ffad80f37411f507d6b8b97217b92a /xml/skin.c | |
parent | eb464b67a9ea3ba12056d8f8353d28833dfe68e3 (diff) | |
download | vdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.gz vdr-plugin-text2skin-e74a3437211bed8e483ce289b87c99f479849a35.tar.bz2 |
Trim trailing whitespace.
Diffstat (limited to 'xml/skin.c')
-rw-r--r-- | xml/skin.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,11 +41,11 @@ bool cxVersion::Parse(const std::string &Text) cxSkin::cxSkin(const std::string &Name, cText2SkinI18n *I18n, cText2SkinTheme *Theme): mName(Name), mI18n(I18n), - mTheme(Theme) + mTheme(Theme) { } -void cxSkin::SetBase(eScreenBase Base) +void cxSkin::SetBase(eScreenBase Base) { if (Base != (eScreenBase)-1) mBase = Base; @@ -76,7 +76,7 @@ void cxSkin::SetBase(eScreenBase Base) } } -bool cxSkin::ParseBase(const std::string &Text) +bool cxSkin::ParseBase(const std::string &Text) { int i; for (i = 0; i < (int)__COUNT_BASE__; ++i) { @@ -89,7 +89,7 @@ bool cxSkin::ParseBase(const std::string &Text) } return false; } - + std::string cxSkin::Translate(const std::string &Text) { if (mI18n != NULL) |