1
0
Fork 0
mirror of https://gitlab.com/Syping/luaengineapp.git synced 2025-02-25 10:56:12 +01:00

[skip ci] fix radio button comment

This commit is contained in:
Syping 2020-05-18 21:04:06 +02:00
parent ca82f46e5f
commit 009837bf6d

View file

@ -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