mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
[skip ci] fix radio button comment
This commit is contained in:
parent
ca82f46e5f
commit
009837bf6d
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ void LuaEngineGui::pushClass(lua_State *L_p)
|
|||
// Push Button
|
||||
pushFunction(L_p, "createPushButton", createPushButton);
|
||||
|
||||
// Check Box
|
||||
// Radio Box
|
||||
pushFunction(L_p, "createRadioButton", createRadioButton);
|
||||
|
||||
// Spacer Item
|
||||
|
|
Loading…
Reference in a new issue