forked from mia/Aegisub
Merge r3965 back in trunk. Closes #791.
Originally committed to SVN as r3966.
This commit is contained in:
parent
8657658c70
commit
8c036dfc3b
1 changed files with 2 additions and 2 deletions
|
@ -342,8 +342,8 @@ void TimeEdit::OnMouseEvent(wxMouseEvent &event) {
|
||||||
if (event.RightUp()) {
|
if (event.RightUp()) {
|
||||||
if (!byFrame && Options.AsBool(_T("Insert Mode on Time Boxes"))) {
|
if (!byFrame && Options.AsBool(_T("Insert Mode on Time Boxes"))) {
|
||||||
wxMenu menu;
|
wxMenu menu;
|
||||||
menu.Append(Time_Edit_Copy,_T("&Copy"));
|
menu.Append(Time_Edit_Copy,_("&Copy"));
|
||||||
menu.Append(Time_Edit_Paste,_T("&Paste"));
|
menu.Append(Time_Edit_Paste,_("&Paste"));
|
||||||
PopupMenu(&menu);
|
PopupMenu(&menu);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue