mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsButton: remove function blocks from header
Origin commit data
------------------
Commit: 19fa5e6418
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-09-20 (Fri, 20 Sep 2013)
This commit is contained in:
@@ -168,6 +168,16 @@ void CComponentsButton::initCaption()
|
||||
}
|
||||
}
|
||||
|
||||
void CComponentsButton::setCaption(const std::string& text)
|
||||
{
|
||||
cc_btn_capt = text;
|
||||
}
|
||||
|
||||
void CComponentsButton::setCaption(const neutrino_locale_t locale_text)
|
||||
{
|
||||
cc_btn_capt = g_Locale->getText(locale_text);
|
||||
}
|
||||
|
||||
void CComponentsButton::initCCBtnItems()
|
||||
{
|
||||
initIcon();
|
||||
|
Reference in New Issue
Block a user