CComponentsInfoBox: Add removeLineBreaks()

Origin commit data
------------------
Branch: ni/coolstream
Commit: af8c8f2c10
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-08-20 (Mon, 20 Aug 2012)

Origin message was:
------------------
* CComponentsInfoBox: Add removeLineBreaks()

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-08-20 22:21:28 +02:00
committed by Thilo Graf
parent 0cc6ca19fc
commit d79fb84d91
2 changed files with 11 additions and 1 deletions

View File

@@ -221,7 +221,8 @@ class CComponentsInfoBox : public CComponentsContainer
void setTextColor(fb_pixel_t color_text){ col_text = color_text;};
void setSpaceOffset(const int offset){x_offset = offset;};
void setPicture(const std::string& picture_name){pic_name = picture_name;};
void removeLineBreaks(std::string& str);
void paint(bool do_save_bg = CC_SAVE_SCREEN_YES);
};