[skip ci] fix radio button comment

This commit is contained in:
Syping 2020-05-18 21:04:06 +02:00
parent ca82f46e5f
commit 009837bf6d
1 changed files with 1 additions and 1 deletions

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