Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19385/src/gui

Modified Files:
        ClickURL.cpp wxComposeView.cpp wxOptionsDlg.cpp 
Log Message:
compilation fixes for wxMotif

Index: ClickURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/ClickURL.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -u -2 -r1.20 -r1.21
--- ClickURL.cpp        11 Mar 2004 11:27:50 -0000      1.20
+++ ClickURL.cpp        21 Mar 2004 02:26:11 -0000      1.21
@@ -29,4 +29,5 @@
 
    #include <wx/menu.h>
+   #include <wx/dataobj.h>
    #ifdef OS_WIN // cygwin and mingw
       #include <wx/msw/registry.h>

Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.361
retrieving revision 1.362
diff -b -u -2 -r1.361 -r1.362
--- wxComposeView.cpp   17 Mar 2004 10:02:12 -0000      1.361
+++ wxComposeView.cpp   21 Mar 2004 02:26:11 -0000      1.362
@@ -46,4 +46,5 @@
 #  include <wx/filedlg.h>
 #  include <wx/stattext.h>
+#  include <wx/dataobj.h>
 #endif // USE_PCH
 

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.403
retrieving revision 1.404
diff -b -u -2 -r1.403 -r1.404
--- wxOptionsDlg.cpp    14 Mar 2004 23:12:44 -0000      1.403
+++ wxOptionsDlg.cpp    21 Mar 2004 02:26:11 -0000      1.404
@@ -2653,5 +2653,6 @@
          strValue.Printf(_T("%ld"), lValue);
       }
-      else {
+      else
+      {
          // it's a string
          strValue = m_Profile->readEntry(m_aDefaults[n].name,
@@ -2674,5 +2675,6 @@
                strValue.Printf(_T("%ld"), lValue);
             }
-            else {
+            else
+            {
                wxASSERT( !m_aDefaults[n].IsNumeric() );
             }
@@ -2794,4 +2796,5 @@
 #endif // wxUSE_TOOLTIPS
          }
+#if wxUSE_TOOLTIPS
          else // this control has default value
          {
@@ -2799,5 +2802,4 @@
          }
 
-#if wxUSE_TOOLTIPS
          // don't overwrite an existing tooltip, if any
          if ( !control->GetToolTip() )



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to