From 3ffb5a3d9c44d11836370e5087b5d0fc116d9b77 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 16 Sep 2013 20:43:07 +0000 Subject: [PATCH] LCL: minor corrections of comments in clipbrd.pp (thanks to Mike Thompson), bug #25033 git-svn-id: trunk@42845 - --- lcl/clipbrd.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/clipbrd.pp b/lcl/clipbrd.pp index 94fef9cd65..a730a38501 100644 --- a/lcl/clipbrd.pp +++ b/lcl/clipbrd.pp @@ -41,7 +41,7 @@ For Copying and Pasting. You know what it's for! Why am I explaining it? :-) Assign: Add the data to the clipboard with the corresponding FormatID. Clear: - Clear cache and supported format list. + Clears the clipboard. FindPictureFormatID Search the first FormatID that is a registered TGraphic. GetComponent @@ -103,7 +103,7 @@ For Copying and Pasting. You know what it's for! Why am I explaining it? :-) For mime types see: - http://www.isi.edu/in-notes/iana/assignments/media-types/media-types + http://www.iana.org/assignments/media-types } unit Clipbrd;