Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11565
Modified Files:
ClickURL.cpp
Log Message:
use primary selection only for me until copying to both clipboards works in wx
Index: ClickURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/ClickURL.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -u -2 -r1.25 -r1.26
--- ClickURL.cpp 23 Aug 2006 15:31:23 -0000 1.25
+++ ClickURL.cpp 31 Aug 2006 17:59:27 -0000 1.26
@@ -262,4 +262,8 @@
else
{
+#ifdef DEBUG_nerijus
+ wxTheClipboard->UsePrimarySelection();
+ wxTheClipboard->SetData(new
wxTextDataObject(m_clickableURL->GetUrl()));
+#endif
wxURLDataObject *dobj = new wxURLDataObject;
dobj->SetURL(m_clickableURL->GetUrl());
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates