gui/dboxinfo: localize (partially based on patch from Benny -- thanks!)

Conflicts:
	src/gui/dboxinfo.cpp


Origin commit data
------------------
Commit: 742760dbd3
Author: martii <m4rtii@gmx.de>
Date: 2014-05-24 (Sat, 24 May 2014)
This commit is contained in:
martii
2014-05-24 15:27:19 +02:00
committed by [CST] Focus
parent d763634287
commit bb0239bd4c
8 changed files with 232 additions and 122 deletions

View File

@@ -35,6 +35,7 @@
#include <gui/widget/menue.h>
#include <driver/framebuffer.h>
#include <driver/fontrenderer.h>
#include <string>
class CDBoxInfoWidget : public CMenuTarget
@@ -54,6 +55,8 @@ class CDBoxInfoWidget : public CMenuTarget
void paint();
Font *fm, *ft;
public:
CDBoxInfoWidget();