]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/tabctrl.h
added support for GTK2 label mnemonics (patch #689573)
[wxWidgets.git] / include / wx / mac / tabctrl.h
index 80740019b432287a5217841dd1acd14203b0b8bf..7def1aa18347933e0aa0535a966b698085dcba08 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        tabctrl.h
 // Purpose:     wxTabCtrl class
-// 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_TABCTRL_H_
 #define _WX_TABCTRL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "tabctrl.h"
 #endif