]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/clipbrd.h
wxHTML classes description is now in alphabetical order
[wxWidgets.git] / include / wx / motif / clipbrd.h
index 212a16fe538fec47e3bccbded9164def39bb0b2e..781a9a0b94240d215e94eff5300bc321fc09d48f 100644 (file)
@@ -110,7 +110,7 @@ class WXDLLEXPORT wxClipboardClient : public wxObject
 
  public:
   /* This list should be filled in with strings indicating the formats
 
  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;
      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);
 
   /* 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 */
   char *GetClipboardString(long time);
 
   /* Get data from the clipboard */