]> git.saurik.com Git - wxWidgets.git/commitdiff
fix others $Id$ keywords
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 12:05:05 +0000 (12:05 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 11 Jan 2009 12:05:05 +0000 (12:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dcgraph.h
interface/wx/popupwin.h

index f7b3e0b89f973528c239e981043dfb1ae0af88c2..b93391bd5b5e32ddcb28526929aa5713408dc32c 100644 (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
     */
index 2db50e0071b14684558506cc9a1500c8557a547a..b2dad633b686dec97b4ebeac599555852ef1d1e5 100644 (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
 /////////////////////////////////////////////////////////////////////////////