diff options
| author | 2010-09-29 19:44:40 -0400 | |
|---|---|---|
| committer | 2010-09-29 19:44:40 -0400 | |
| commit | bd53e7866f48c64b6f6eea22529a9f98da5eaad6 (patch) | |
| tree | 1331f955916bd658148536f37c14cbf281fdcb70 /core | |
| parent | 9e40d2652d45de9ed6e5e9c1d94c76c3f94e9ed4 (diff) | |
| download | textadept-bd53e7866f48c64b6f6eea22529a9f98da5eaad6.tar.gz textadept-bd53e7866f48c64b6f6eea22529a9f98da5eaad6.zip | |
Added a textadept.snapopen module.
Diffstat (limited to 'core')
| -rw-r--r-- | core/locale.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/core/locale.conf b/core/locale.conf index 881901af..7de8701a 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -464,6 +464,22 @@ MENU_TOOLS_BM_NEXT "_Next" MENU_TOOLS_BM_PREV "_Previous" % modules/textadept/menu.lua +% "Snap_open" +MENU_TOOLS_SNAPOPEN_TITLE "Snap_open" + +% modules/textadept/menu.lua +% "Snap_open" +MENU_TOOLS_SNAPOPEN_USERHOME "_User Home" + +% modules/textadept/menu.lua +% "Snap_open" +MENU_TOOLS_SNAPOPEN_HOME "_Textadept Home" + +% modules/textadept/menu.lua +% "Snap_open" +MENU_TOOLS_SNAPOPEN_CURRENTDIR "_Current Directory" + +% modules/textadept/menu.lua % "_Buffer" MENU_BUF_TITLE "_Buffer" |
