From 1c0338c5615c351371f704b326634f58d0bf7da9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 28 Jul 2007 11:29:52 +0000 Subject: [PATCH] no changes, just a typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/chkconf.h | 2 +- src/gtk/gnome/gvfs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/mac/carbon/chkconf.h b/include/wx/mac/carbon/chkconf.h index 294804f479..ec1bfa37ff 100644 --- a/include/wx/mac/carbon/chkconf.h +++ b/include/wx/mac/carbon/chkconf.h @@ -20,7 +20,7 @@ #undef wxUSE_DEBUG_NEW_ALWAYS #define wxUSE_DEBUG_NEW_ALWAYS 0 - /* DS: Fixes compilation when wxUSE_FATAL_EXCEPTION is 1 */ + /* DS: Fixes compilation when wxUSE_ON_FATAL_EXCEPTION is 1 */ #ifndef wxTYPE_SA_HANDLER #define wxTYPE_SA_HANDLER int #endif diff --git a/src/gtk/gnome/gvfs.cpp b/src/gtk/gnome/gvfs.cpp index b1fc2b8d66..cd5b7cace1 100644 --- a/src/gtk/gnome/gvfs.cpp +++ b/src/gtk/gnome/gvfs.cpp @@ -177,5 +177,5 @@ void wxGnomeVFSModule::OnExit() IMPLEMENT_DYNAMIC_CLASS(wxGnomeVFSModule, wxModule) #endif - // wxUSE_LIBGNOMEVS + // wxUSE_LIBGNOMEVFS // wxUSE_MIMETYPE -- 2.45.2