Pt translations, some helper functions

This commit is contained in:
Henrique Santiago
2013-01-24 14:01:28 -02:00
parent c3eede9872
commit bc55cbbbd1
9 changed files with 90 additions and 68 deletions

View File

@@ -20,10 +20,6 @@ function init()
addEvent(listModules)
end
function hideButton()
moduleManagerButton:hide()
end
function terminate()
moduleManagerWindow:destroy()
moduleManagerWindow = nil
@@ -32,6 +28,10 @@ function terminate()
moduleList = nil
end
function disable()
moduleManagerButton:hide()
end
function hide()
moduleManagerWindow:hide()
end