1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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" }
],