function onClickEdit
if btn == "left" and state == "down" then --[[ Linia 64 ]]--
if guiGetText(login) == "Wprowad? login" and mouse(0.34, 0.39, 0.16, 0.04) then
guiSetText(login, "")
elseif guiGetText(password) == "Wprowad? has?o" and mouse(0.34, 0.44, 0.16, 0.04) then
guiSetText(password, "")
elseif guiGetText(retypepassword) == "Powt?rz has?o" and mouse(0.34, 0.55, 0.16, 0.04) then
guiSetText(retypepassword, "")
end
end
end