luainstance.cpp fix button color

Origin commit data
------------------
Branch: ni/coolstream
Commit: cdae30fe5e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-05-03 (Sun, 03 May 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2015-05-03 17:06:16 +02:00
parent 25a9f48409
commit 4519e30135

View File

@@ -1792,7 +1792,7 @@ int CLuaInstance::CWindowNew(lua_State *L)
}
if (!btnBlue.empty()){
button_label_s btnSblue;
btnSblue.button = NEUTRINO_ICON_BUTTON_YELLOW;
btnSblue.button = NEUTRINO_ICON_BUTTON_BLUE;
btnSblue.text = btnBlue;
buttons.push_back(btnSblue);
}