mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user