From a2628d11b86b2d21c8a225b58e6136dcc58a01a0 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Mon, 9 Oct 2017 10:55:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Documentation/GUI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/GUI.md b/Documentation/GUI.md index 6f79af00..424bc868 100644 --- a/Documentation/GUI.md +++ b/Documentation/GUI.md @@ -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