Rename middl toother mouse

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12948 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-03-02 07:23:18 +00:00
parent 5f688fbf6e
commit 4f5825c6a0
14 changed files with 92 additions and 66 deletions

View file

@ -4113,8 +4113,8 @@ other than copy/paste or dragging. */
type: NSStringPboardType];
}
/** Bind middle mouse up to pasteSelection. This should be done via configuation! */
- (void) middleMouseUp: (NSEvent*)theEvent
/** Bind other mouse up to pasteSelection. This should be done via configuation! */
- (void) otherMouseUp: (NSEvent*)theEvent
{
// Should we change the insertion point, based on the event position?
[self pasteSelection];