]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/msgdlg.h
added support for GTK2 label mnemonics (patch #689573)
[wxWidgets.git] / include / wx / mac / msgdlg.h
index 2a237648dfb2093b6bac33771010117c71a78b3f..1acd4b3ad6610123d13625f9813016d8e9d740ec 100644 (file)
@@ -2,18 +2,18 @@
 // Name:        msgdlg.h
 // Purpose:     wxMessageDialog class. Use generic version if no
 //              platform-specific implementation.
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MSGBOXDLG_H_
 #define _WX_MSGBOXDLG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "msgdlg.h"
 #endif