fix others $Id$ keywords

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-01-11 12:05:05 +00:00
parent 10348d448a
commit d0bbcd06d2
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
// Name: dcgraph.h
// Purpose: interface of wxGCDC
// Author: wxWidgets team
// RCS-ID: $Id: $
// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
@ -24,17 +24,17 @@ public:
Constructs a wxGCDC from a wxWindowDC.
*/
wxGCDC( const wxWindowDC& dc );
/**
Constructs a wxGCDC from a wxMemoryDC.
*/
wxGCDC( const wxMemoryDC& dc );
/**
Constructs a wxGCDC from a wxPrinterDC.
*/
wxGCDC( const wxPrinterDC& dc );
/**
Retrieves associated wxGraphicsContext
*/

View File

@ -1,8 +1,8 @@
/////////////////////////////////////////////////////////////////////////////
// Name: popupwind.h
// Name: popupwin.h
// Purpose: interface of wxPoppWindow
// Author: wxWidgets team
// RCS-ID: $Id:$
// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////