[DEBUG] tag creation error correction

This commit is contained in:
2013-11-28 22:23:42 +01:00
parent bb0003170b
commit c86a5d89a3
3 changed files with 7 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ etk::CCout& operator <<(etk::CCout& _os, const std::u32string& _obj) {
* @brief main application function initialisation
*/
bool APP_Init(ewol::eContext& _context) {
APPL_INFO(" == > init APPL (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
APPL_INFO(" == > init APPL v" << APPL_VERSION << " (START) [" << ewol::getBoardType() << "] (" << ewol::getCompilationMode() << ")");
etk::theme::setName("COLOR", "colorWhite/");