CComponentsWindow: fix missing init of footer

Origin commit data
------------------
Branch: ni/coolstream
Commit: ac53313da4
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-25 (Tue, 25 Jun 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
2013-06-25 11:28:54 +02:00
parent e2b20f649b
commit c2ff66f2ac

View File

@@ -51,8 +51,7 @@ CComponentsWindow::CComponentsWindow(const std::string& caption, const char* ico
ccw_caption = caption; ccw_caption = caption;
ccw_icon_name = iconname; ccw_icon_name = iconname;
initHeader(); initCCWItems();
initBody();
} }
CComponentsWindow::CComponentsWindow(neutrino_locale_t locale_caption, const char* iconname) CComponentsWindow::CComponentsWindow(neutrino_locale_t locale_caption, const char* iconname)