]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dialog.h
Corrected disabling of controls in cell editor.
[wxWidgets.git] / include / wx / osx / dialog.h
index dc82d7cc6dc5600ea03ae7f6de519c7cdbb1bd51..3b0b724fb898aed5b79164ae2e606a4b347f9909 100644 (file)
@@ -1,10 +1,9 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dialog.h
+// Name:        wx/osx/dialog.h
 // Purpose:     wxDialog class
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     1998-01-01
-// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -14,8 +13,6 @@
 
 #include "wx/panel.h"
 
-WXDLLIMPEXP_DATA_CORE(extern const char) wxDialogNameStr[];
-
 class WXDLLIMPEXP_FWD_CORE wxMacToolTip ;
 class WXDLLIMPEXP_FWD_CORE wxModalEventLoop ;