Add Paste Over to the default grid context menu

Originally committed to SVN as r6595.
This commit is contained in:
Thomas Goyne 2012-03-23 21:47:55 +00:00
parent a815d35f51
commit ddc70bcd9c

View file

@ -22,6 +22,7 @@
{ "command" : "edit/line/cut" },
{ "command" : "edit/line/copy" },
{ "command" : "edit/line/paste" },
{ "command" : "edit/line/paste/over" },
{},
{ "command" : "edit/line/delete" }
],