fixed bug in key naming

This commit is contained in:
HW
2011-12-09 00:22:09 +01:00
parent f48526d84c
commit 0c2e6c4102

View File

@@ -136,7 +136,7 @@ function FileChooser:choose(ypos, height)
self.current = 1
markerdirty = true
end
elseif ev.code == KEY_ENTER or ev.code == KEY_FWPRESS then
elseif ev.code == KEY_ENTER or ev.code == KEY_FW_PRESS then
local newdir = self.dirs[perpage*(self.page-1)+self.current]
if newdir == ".." then
local path = string.gsub(self.path, "(.*)/[^/]+/?$", "%1")