]> git.saurik.com Git - wxWidgets.git/commitdiff
resolved conflict (because I forgot to commit before)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Nov 2003 20:01:54 +0000 (20:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 26 Nov 2003 20:01:54 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlwin.h

index e789eb5d11d7c4bb1ee5b330c5258f19c7ba1d0e..9b651102d7dd68c80be28cd58ca7ddfe813a2fc7 100644 (file)
@@ -237,6 +237,8 @@ protected:
     };
 
     // Copies selection to clipboard if the clipboard support is available
+    //
+    // returns true if anything was copied to clipboard, false otherwise
     bool CopySelection(ClipboardType t = Secondary);
 
 #if wxUSE_CLIPBOARD