From e533b567d9a5f46dc60afb5448565a497173982f Mon Sep 17 00:00:00 2001 From: maxim Date: Fri, 18 May 2018 23:26:49 +0000 Subject: [PATCH] Reverted r57967 #8784d29e15 git-svn-id: trunk@57968 - --- lcl/interfaces/win32/win32wsmenus.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/interfaces/win32/win32wsmenus.pp b/lcl/interfaces/win32/win32wsmenus.pp index 46bfb1f6d1..bc10fdf7f3 100644 --- a/lcl/interfaces/win32/win32wsmenus.pp +++ b/lcl/interfaces/win32/win32wsmenus.pp @@ -245,7 +245,7 @@ begin Result := Result + Spacing + MenuItemShortCut(AMenuItem); end; -(* Item with external string caption *) +(* Idem with external string caption *) function CompleteMenuItemStringCaption(const AMenuItem: TMenuItem; ACaption: String; Spacing: String): string; begin Result := ACaption;