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

Modified Files:
        AdbDialogs.cpp 
Log Message:
compilation fixes for wxCocoa (no wxUSE_TOOLTIPS nor wxUSE_PRINTING_ARCHITECTURE)

Index: AdbDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/AdbDialogs.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- AdbDialogs.cpp      16 Oct 2003 10:29:23 -0000      1.29
+++ AdbDialogs.cpp      10 Jan 2004 18:49:23 -0000      1.30
@@ -433,6 +433,8 @@
 
    m_btnDelete = new wxButton(this, Btn_Delete, _("&Delete"));
+#if wxUSE_TOOLTIPS
    m_btnDelete->SetToolTip(_("Don't propose the selected address in this "
                              "dialog any more and remove it from the list now"));
+#endif // wxUSE_TOOLTIPS
 
    // we have to fill the listbox here or it won't have the correct size
@@ -451,5 +453,7 @@
    if ( m_btnMore )
    {
+#if wxUSE_TOOLTIPS
       m_btnMore->SetToolTip(_("Show more matching entries"));
+#endif // wxUSE_TOOLTIPS
 
       c->bottom.SameAs(box, wxCentreY, LAYOUT_Y_MARGIN);



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to