Source cleaning for new features.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-05-29 07:23:02 +00:00
parent 706e740f50
commit 2858324691
4 changed files with 12 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: xh_all.h
// Name: wx/xrc/xh_all.h
// Purpose: includes all xh_*.h files
// Author: Vaclav Slavik
// Created: 2000/03/05

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: xh_hyperlink.h
// Name: wx/xrc/xh_hyperlink.h
// Purpose: Hyperlink control (wxAdv)
// Author: David Norris <danorris@gmail.com>
// Modified by: Ryan Norton, Francesco Montorsi
@@ -41,4 +41,3 @@ public:
#endif // wxUSE_HYPERLINKCTRL
#endif // _WX_XH_HYPERLINKH__

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: hyperlink.cpp
// Name: src/xrc/hyperlink.cpp
// Purpose: Hyperlink control
// Author: David Norris <danorris@gmail.com>
// Modified by: Ryan Norton, Francesco Montorsi
@@ -28,16 +28,19 @@
#pragma hdrstop
#endif
#if wxUSE_XRC && wxUSE_HYPERLINKCTRL
//---------------------------------------------------------------------------
// Includes
//---------------------------------------------------------------------------
#include "wx/hyperlink.h"
#include "wx/utils.h" // wxLaunchDefaultBrowser
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xh_hyperlink.h"
#if wxUSE_HYPERLINKCTRL
#ifndef WX_PRECOMP
#endif
#include "wx/hyperlink.h"
#include "wx/xrc/xmlres.h"
//===========================================================================
// Implementation
@@ -72,4 +75,4 @@ bool wxHyperlinkCtrlXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxHyperlinkCtrl"));
}
#endif // wxUSE_HYPERLINKCTRL
#endif // wxUSE_XRC && wxUSE_HYPERLINKCTRL

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: xmlrsall.cpp
// Name: src/xrc/xmlrsall.cpp
// Purpose: wxXmlResource::InitAllHandlers
// Author: Vaclav Slavik
// Created: 2000/03/05