mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
CLuaInstance::MessageboxExec: Fix align
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d88327dbc
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-01 (Sat, 01 Feb 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1195,7 +1195,7 @@ int CLuaInstance::MessageboxExec(lua_State *L)
|
|||||||
const char *val = lua_tostring(L, -2);
|
const char *val = lua_tostring(L, -2);
|
||||||
table_key mb[] = {
|
table_key mb[] = {
|
||||||
{ "center1", CMessageBox::mbBtnAlignCenter1 },
|
{ "center1", CMessageBox::mbBtnAlignCenter1 },
|
||||||
{ "center2", CMessageBox::mbBtnAlignCenter1 },
|
{ "center2", CMessageBox::mbBtnAlignCenter2 },
|
||||||
{ "left", CMessageBox::mbBtnAlignLeft },
|
{ "left", CMessageBox::mbBtnAlignLeft },
|
||||||
{ "right", CMessageBox::mbBtnAlignRight },
|
{ "right", CMessageBox::mbBtnAlignRight },
|
||||||
{ NULL, 0 }
|
{ NULL, 0 }
|
||||||
|
Reference in New Issue
Block a user