Rename 'Cut time' to 'Remove time'
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Tue, 16 Jun 2015 10:23:50 +0000 (11:23 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Wed, 17 Jun 2015 16:15:21 +0000 (17:15 +0100)
commitb56bb944f6b48e8071f7b54bb60c777f5a66907d
tree709299b4e151ef5b68925791e5d9a19195ed77ea
parent721608aef31f1a57f806edfac93630c33845ba01
Rename 'Cut time' to 'Remove time'

'Cut time' implies that the cut timeline items might end up on the
clipboard to be pasted somewhere: this isn't the case at present, so rename
the functions, class, &c. to say 'remove' rather than 'cut'.

Rename insert_time_dialog.{cc|h} to insert_remove_time_dialog while we're
at it.
gtk2_ardour/ardour.menus.in
gtk2_ardour/editor.h
gtk2_ardour/editor_actions.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/insert_remove_time_dialog.cc [new file with mode: 0644]
gtk2_ardour/insert_remove_time_dialog.h [new file with mode: 0644]
gtk2_ardour/insert_time_dialog.cc [deleted file]
gtk2_ardour/insert_time_dialog.h [deleted file]
gtk2_ardour/wscript