Pt translations, small fix in console tabbar

This commit is contained in:
Henrique Santiago
2013-01-27 09:22:48 -02:00
parent 9aca1644e6
commit cf0ecf418d
2 changed files with 64 additions and 47 deletions

View File

@@ -301,7 +301,7 @@ end
function removeTab(tab)
if type(tab) == 'string' then
tab = consoleTabBar:getTab(name)
tab = consoleTabBar:getTab(tab)
end
if tab == defaultTab or tab == serverTab then return end