minor modif

This commit is contained in:
Edouard Dupin 2012-03-05 00:09:47 +01:00
parent 03cb9d7cbd
commit df3c97b17e
3 changed files with 1 additions and 9 deletions

View File

@ -84,7 +84,7 @@ int32_t BufferEmpty::Display(ewol::OObject2DTextColored& OOTextNormal,
textPos.y = 20;
myColor = ColorizeManager::Get("normal");
OOTextNormal.SetColor(myColor->GetFG());
OOTextBold.SetColor(myColor->GetFG());
etk::UString tmpDisplay = "edn - Editeur De N'ours";
OOTextBold.Text(textPos, tmpDisplay);

View File

@ -23,12 +23,9 @@
*******************************************************************************
*/
#include <tools_debug.h>
#include <tools_globals.h>
#include <MsgBroadcast.h>
// new list of edn event generic :
////////////////////////////////////////////////////////////////////////
// Event of the gui request something :
////////////////////////////////////////////////////////////////////////

View File

@ -26,11 +26,6 @@
#ifndef __MSG_BROADCAST_H__
#define __MSG_BROADCAST_H__
#include <tools_debug.h>
#include <etk/UString.h>
// new list of edn event generic :
////////////////////////////////////////////////////////////////////////
// Event of the gui request something :
////////////////////////////////////////////////////////////////////////