diff options
author | George Hazan <ghazan@miranda.im> | 2019-11-06 19:14:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-11-06 19:14:59 +0300 |
commit | 6a1b112fc8813e6d86b4bac52bfb5ea32a39d806 (patch) | |
tree | 681b57534ee0a9cffc0e565650f70811504a9df9 /plugins/MirLua/src | |
parent | 0b1fce4ee4946e93b4130563d3fa07da80e1ab82 (diff) |
typo fix
Diffstat (limited to 'plugins/MirLua/src')
-rw-r--r-- | plugins/MirLua/src/Modules/m_icolib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/Modules/m_icolib.cpp b/plugins/MirLua/src/Modules/m_icolib.cpp index 97fa50ccb3..83ad40507f 100644 --- a/plugins/MirLua/src/Modules/m_icolib.cpp +++ b/plugins/MirLua/src/Modules/m_icolib.cpp @@ -133,7 +133,7 @@ static int lua_RemoveIcon(lua_State *L) static luaL_Reg icolibApi[] =
{
{ "AddIcon", lua_AddIcon },
- { "g_plugin.getIcon", lua_GetIcon },
+ { "GetIcon", lua_GetIcon },
{ "GetHandle", lua_GetIconHandle },
{ "GetIconHandle", lua_GetIconHandle },
{ "RemoveIcon", lua_RemoveIcon },
|