mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-05 05:26:55 +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
|
// Push Button
|
||||||
pushFunction(L_p, "createPushButton", createPushButton);
|
pushFunction(L_p, "createPushButton", createPushButton);
|
||||||
|
|
||||||
// Check Box
|
// Radio Box
|
||||||
pushFunction(L_p, "createRadioButton", createRadioButton);
|
pushFunction(L_p, "createRadioButton", createRadioButton);
|
||||||
|
|
||||||
// Spacer Item
|
// Spacer Item
|
||||||
|
|
Loading…
Reference in a new issue