Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv16766/src/gui

Modified Files:
        ClickURL.cpp 
Log Message:
(blind) compilation fix for cygwin

Index: ClickURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/ClickURL.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- ClickURL.cpp        23 Jun 2003 01:23:46 -0000      1.8
+++ ClickURL.cpp        23 Jun 2003 12:38:26 -0000      1.9
@@ -319,6 +319,6 @@
 #ifndef __CYGWIN__ // FIXME
                         command << "WX_DDE#"
-                                << wxString(wxRegKey(key, "command")) << '#'
-                                << wxString(wxRegKey(keyDDE, "application"))
+                                << wxRegKey(key, "command").QueryDefaultValue() << '#'
+                                << wxRegKey(keyDDE, "application").QueryDefaultValue()
                                 << '#' << ddeTopic << '#'
                                 << ddeCmd;



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to