diff options
author | 2010-04-05 15:57:13 -0400 | |
---|---|---|
committer | 2010-04-05 15:57:13 -0400 | |
commit | 6fe75a3f8fa0939bf2bcbea08b10c5f7d8cb7cc6 (patch) | |
tree | 45aa7527586acf68006eaeade3b39d8df7e87b0a /core/locale.conf | |
parent | c9780bff7285d4bf756c689229add52b4701570b (diff) | |
download | textadept-6fe75a3f8fa0939bf2bcbea08b10c5f7d8cb7cc6.tar.gz textadept-6fe75a3f8fa0939bf2bcbea08b10c5f7d8cb7cc6.zip |
Removed kill-ring.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/core/locale.conf b/core/locale.conf index f7c1e519..b4abb7ef 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -264,30 +264,6 @@ MENU_EDIT_JOIN_LINES "_Join Lines" MENU_EDIT_CONVERT_INDENTATION "Convert _Indentation" % core/ext/menu.lua -% "_Kill Ring" -MENU_EDIT_KR_TITLE "_Kill Ring" - -% core/ext/menu.lua -% "_Cut to Line End" -MENU_EDIT_KR_CUT_TO_LINE_END "_Cut to Line End" - -% core/ext/menu.lua -% "C_opy to Line End" -MENU_EDIT_KR_COPY_TO_LINE_END "C_opy to Line End" - -% core/ext/menu.lua -% "_Paste From" -MENU_EDIT_KR_PASTE_FROM "_Paste From" - -% core/ext/menu.lua -% "Paste _Next From" -MENU_EDIT_KR_PASTE_NEXT_FROM "Paste _Next From" - -% core/ext/menu.lua -% "Paste _Previous From" -MENU_EDIT_KR_PASTE_PREV_FROM "Paste _Previous From" - -% core/ext/menu.lua % "S_election" MENU_EDIT_SEL_TITLE "S_election" |