X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..559fe022dbd5d4d961402b5c973e5225fa91f17f:/include/wx/motif/clipbrd.h diff --git a/include/wx/motif/clipbrd.h b/include/wx/motif/clipbrd.h index 212a16fe53..781a9a0b94 100644 --- a/include/wx/motif/clipbrd.h +++ b/include/wx/motif/clipbrd.h @@ -110,7 +110,7 @@ class WXDLLEXPORT wxClipboardClient : public wxObject public: /* This list should be filled in with strings indicating the formats - this client can provide. Almost all clients will provide "TEXT(". + this client can provide. Almost all clients will provide "TEXT". Format names should be 4 characters long, so things will work out on the Macintosh */ wxStringList formats; @@ -147,7 +147,7 @@ class WXDLLEXPORT wxClipboard : public wxObject /* Set the clipboard string; does not require a client. */ void SetClipboardString(char *, long time); - /* Get data from the clipboard in the format "TEXT(". */ + /* Get data from the clipboard in the format "TEXT". */ char *GetClipboardString(long time); /* Get data from the clipboard */