Skip to content
Snippets Groups Projects
Commit 4410b962 authored by dg's avatar dg
Browse files

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@6292 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6b95513b
No related branches found
No related tags found
No related merge requests found
......@@ -169,8 +169,8 @@ function _M:mouseEvent(button, x, y, xrel, yrel, bx, by, event)
if citem and citem.login then
local data = profile.chat:getUserInfo(citem.login)
if data then
local list = {{name="Show infos", ui="show"}, {name="Open profile(in brower)", ui="profile"}, {name="Report for bad behavior", ui="report"}}
if data.char_link then table.insert(list, 3, {name="Open charsheet(in brower)", ui="charsheet"}) end
local list = {{name="Show infos", ui="show"}, {name="Open profile(in browser)", ui="profile"}, {name="Report for bad behavior", ui="report"}}
if data.char_link then table.insert(list, 3, {name="Open charsheet(in browser)", ui="charsheet"}) end
Dialog:listPopup("User: "..citem.login, "Action", list, 300, 200, function(sel)
if not sel or not sel.ui then return end
if sel.ui == "show" then
......
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