Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/gui/lua/lua_misc.cpp
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h


Origin commit data
------------------
Commit: 3420991007
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)
This commit is contained in:
vanhofen
2016-11-19 21:11:54 +01:00
112 changed files with 2965 additions and 2923 deletions

View File

@@ -44,7 +44,7 @@
#if 0
#include <gui/buildinfo.h>
#endif
#include <gui/widget/messagebox.h> //NI
#include <gui/widget/msgbox.h> //NI
#include <driver/screen_max.h>
#include "gui/cam_menu.h"
@@ -75,7 +75,7 @@ int CInfoMenu::exec(CMenuTarget* parent, const std::string &actionKey) //NI
#ifdef BOXMODEL_APOLLO
sprintf(str, "%scs_get_chip_type(): 0x%04X\n", str, cs_get_chip_type());
#endif
ShowMsg(LOCALE_MESSAGEBOX_INFO, str, CMessageBox::mbrBack, CMessageBox::mbBack);
ShowMsg(LOCALE_MESSAGEBOX_INFO, str, CMsgBox::mbrBack, CMsgBox::mbBack);
return res;
}