From ddcc45f0615ab6ba776635a15e2183f8d50401a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:24:56 -0500 Subject: Moved the textadept.locale table into the globals table. --- core/ext/pm/macro_browser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext/pm/macro_browser.lua') diff --git a/core/ext/pm/macro_browser.lua b/core/ext/pm/macro_browser.lua index 75e9e91f..32bd86ff 100644 --- a/core/ext/pm/macro_browser.lua +++ b/core/ext/pm/macro_browser.lua @@ -1,6 +1,7 @@ -- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. local textadept = _G.textadept +local locale = _G.locale --- -- Macro browser for the Textadept project manager. @@ -28,7 +29,6 @@ end local ID = { DELETE = 1 } function get_context_menu(selected_item) - local locale = textadept.locale return { { locale.PM_BROWSER_MACRO_DELETE, ID.DELETE } } end -- cgit v1.2.3