# HG changeset patch # User tz # Date 889640914 -3600 # Node ID 60e8ffac2f3800a3ff752bb5bb0e5dc2a509d152 # Parent a1bb632b1e0036beefe3cb1ebcc434c849c7aef2 #deleteSelection in #deleteTotalSelection renamed diff -r a1bb632b1e00 -r 60e8ffac2f38 UIPainterView.st --- a/UIPainterView.st Wed Mar 11 19:24:28 1998 +0100 +++ b/UIPainterView.st Wed Mar 11 19:28:34 1998 +0100 @@ -195,7 +195,7 @@ ! -cutSelection +deleteSelection "cut the selection into the cut&paste-buffer and open a transaction " @@ -220,7 +220,7 @@ ] ! -deleteSelection +deleteTotalSelection "delete the selection; copy the selection into the cut&paste-buffer and open a transaction "