]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxOLE/gtk/wxole.cpp
The return types for enter/leave-notify-event and focus-in/out-event handlers are...
[wxWidgets.git] / utils / wxOLE / gtk / wxole.cpp
index aa48f8a614505b47228dd04defd50ac1e7564d04..243dde4a039142967c03a89ff1a7e3622d39ebbc 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "wxole.h"
-#endif
-
 #include "wx/defs.h"
 #include "wxole.h"
 
@@ -358,7 +354,7 @@ bool wxOleControl::Create( wxWindowID id, long style, const wxString &name )
 
     PreCreation( (wxWindow*) NULL, id, wxDefaultPosition, wxDefaultSize, style, name );
 
-    m_title = _T("wxWindows OLE Server");
+    m_title = _T("wxWidgets OLE Server");
     
     /* any widget that can contain another widget and resizes it
        to its full size */