]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
Added more paper sizes and code that falls back to explicit paper size
[wxWidgets.git] / src / html / htmlwin.cpp
index 69ced30b42bab417c10b88f284010135403875e2..2ec463d64184b44955346c5ac209e5217763abac 100644 (file)
@@ -804,7 +804,7 @@ bool wxHtmlWindow::CopySelection(ClipboardType t)
 #if wxUSE_CLIPBOARD
     if ( m_selection )
     {
-#ifdef __UNIX__
+#if defined(__UNIX__) && !defined(__WXMAC__)
         wxTheClipboard->UsePrimarySelection(t == Primary);
 #else // !__UNIX__
         // Primary selection exists only under X11, so don't do anything under