This commit is contained in:
Igor Timofeev 2017-10-09 10:55:50 +03:00
parent c40e73bc97
commit a2628d11b8

View File

@ -1065,7 +1065,7 @@ local filesystemChooser = mainContainer:addChild(GUI.filesystemChooser(2, 2, 30,
filesystemChooser:addExtensionFilter(".cfg")
filesystemChooser.onItemSelected = function(path)
filesystemChooser.onSubmit = function(path)
GUI.error("File \"" .. path .. "\" was selected")
end