From a07b573d6b514d5288d09c8d4725177f57429e35 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Jul 2012 19:27:48 -0400 Subject: Updated modules/textadept/menu.lua with new API. --- modules/textadept/menu.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/textadept') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index e18d0d02..de3b40c9 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -45,8 +45,8 @@ M.menubar = { { _L['_Close'], buffer.close }, { _L['Close All'], io.close_all }, SEPARATOR, - { _L['Loa_d Session...'], m_textadept.session.prompt_load }, - { _L['Sav_e Session...'], m_textadept.session.prompt_save }, + { _L['Loa_d Session...'], m_textadept.session.load }, + { _L['Sav_e Session...'], m_textadept.session.save }, SEPARATOR, { _L['_Quit'], quit }, }, @@ -127,8 +127,8 @@ M.menubar = { { _L['_Filter Through'], _M.textadept.filter_through.filter_through }, SEPARATOR, { title = _L['_Adeptsense'], - { _L['_Complete Symbol'], m_textadept.adeptsense.complete_symbol }, - { _L['Show _Documentation'], m_textadept.adeptsense.show_documentation }, + { _L['_Complete Symbol'], m_textadept.adeptsense.complete }, + { _L['Show _Documentation'], m_textadept.adeptsense.show_apidoc }, }, { title = _L['_Bookmark'], { _L['_Toggle Bookmark'], m_bookmarks.toggle }, -- cgit v1.2.3