minor modif
This commit is contained in:
parent
03cb9d7cbd
commit
df3c97b17e
@ -84,7 +84,7 @@ int32_t BufferEmpty::Display(ewol::OObject2DTextColored& OOTextNormal,
|
|||||||
textPos.y = 20;
|
textPos.y = 20;
|
||||||
|
|
||||||
myColor = ColorizeManager::Get("normal");
|
myColor = ColorizeManager::Get("normal");
|
||||||
OOTextNormal.SetColor(myColor->GetFG());
|
OOTextBold.SetColor(myColor->GetFG());
|
||||||
etk::UString tmpDisplay = "edn - Editeur De N'ours";
|
etk::UString tmpDisplay = "edn - Editeur De N'ours";
|
||||||
OOTextBold.Text(textPos, tmpDisplay);
|
OOTextBold.Text(textPos, tmpDisplay);
|
||||||
|
|
||||||
|
@ -23,12 +23,9 @@
|
|||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <tools_debug.h>
|
|
||||||
#include <tools_globals.h>
|
|
||||||
#include <MsgBroadcast.h>
|
#include <MsgBroadcast.h>
|
||||||
|
|
||||||
|
|
||||||
// new list of edn event generic :
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
// Event of the gui request something :
|
// Event of the gui request something :
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -26,11 +26,6 @@
|
|||||||
#ifndef __MSG_BROADCAST_H__
|
#ifndef __MSG_BROADCAST_H__
|
||||||
#define __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 :
|
// Event of the gui request something :
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user