Skip to content
Snippets Groups Projects
Commit 4f9d4995 authored by DarkGod's avatar DarkGod
Browse files

oups

parent ce8a0ed6
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ void te4_web_init(lua_State *L) {
auxiliar_newclass(L, "web{view}", view_reg);
luaL_openlib(L, "core.webview", weblib, 0);
lua_pushstring(L, "kind");
lua_pushstring(L, "aweseomium");
lua_pushstring(L, "awesomium");
lua_settable(L, -3);
lua_settop(L, 0);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment