From 86ad6f9cc48f06dca8fc6235a10715c947eadc92 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 28 Mar 2014 09:52:09 -0400 Subject: Added more documentation on project building. --- modules/textadept/run.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 3170b5aa..c77a7a0c 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -78,8 +78,9 @@ local function command(commands, event) local lfs_attributes = lfs.attributes for build_file, build_command in pairs(commands) do if lfs_attributes(cwd..'/'..build_file) then - local button, cmd = ui.dialogs.standard_inputbox{ - title = _L['Command'], informative_text = cwd, text = build_command + local button, cmd = ui.dialogs.inputbox{ + title = _L['Command'], informative_text = cwd, text = build_command, + button1 = _L['_OK'], button2 = _L['_Cancel'] } if button == 1 then command = cmd end break -- cgit v1.2.3