change some comments

This commit is contained in:
Eduardo Bart
2012-02-03 02:18:54 -02:00
parent f1cba66b1e
commit 411ac72fdc
3 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ function UIPopupMenu:onKeyPress(keyCode, keyboardModifiers, wouldFilter)
return false
end
-- close all menus when the window is resized
-- close all menus when the window is resized
local function onRootGeometryUpdate()
for i,menu in ipairs(displayedMenuList) do
menu:destroy()