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

Modified Files:
        wxOptionsDlg.cpp 
Log Message:
probably fixed off by 1 error in prefs with cygwin

Index: wxOptionsDlg.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxOptionsDlg.cpp,v
retrieving revision 1.370
retrieving revision 1.371
diff -b -u -2 -r1.370 -r1.371
--- wxOptionsDlg.cpp    23 Jun 2003 01:23:46 -0000      1.370
+++ wxOptionsDlg.cpp    23 Jun 2003 23:03:56 -0000      1.371
@@ -233,5 +233,5 @@
    ConfigField_NewMailPlaySound,
    ConfigField_NewMailSoundFile,
-#ifdef OS_UNIX
+#if defined(OS_UNIX) || defined(__CYGWIN__)
    ConfigField_NewMailSoundProgram,
 #endif // OS_UNIX
@@ -1082,5 +1082,5 @@
    { gettext_noop("Play a &sound on new mail"),    Field_Bool,    -1 },
    { gettext_noop("Sound &file"),                  Field_File,    
ConfigField_NewMailPlaySound },
-#ifdef OS_UNIX
+#if defined(OS_UNIX) || defined(__CYGWIN__)
    { gettext_noop("&Program to play the sound"),   Field_File,    
ConfigField_NewMailPlaySound },
 #endif // OS_UNIX



-------------------------------------------------------
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