Browse Source

* Rename Borland convention to CUA-91 convention.

git-svn-id: trunk@2592 -
daniel 19 years ago
parent
commit
660d789508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpmopts.inc

+ 1 - 1
ide/fpmopts.inc

@@ -1187,7 +1187,7 @@ begin
     HelpCtx:=hcMouse;
     GetExtent(R); R.Grow(-3,-2); inc(R.A.Y); R.B.Y:=R.A.Y+2;
     New(RBkb, Init(R,
-      NewSItem('~B~orland convention (Shift+Del,Ctrl+Ins,Shift+Ins)',
+      NewSItem('~C~UA-91 convention (Shift+Del,Ctrl+Ins,Shift+Ins)',
       NewSItem('~M~icrosoft convention (Ctrl+X,Ctrl+C,Ctrl+V)',
       nil))));
     RBkb^.Press(integer(EditKeys));