]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dialog.cpp
fixes
[wxWidgets.git] / src / gtk1 / dialog.cpp
index 73ae00a02b40b5746350640e9e2f7ad115160987..bdeafd1bd32b6cd9b607e0453a709b0383e0a01d 100644 (file)
@@ -2,9 +2,8 @@
 // Name:        dialog.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Created:     01/02/97
-// Id:
-// Copyright:   (c) 1998 Robert Roebling, Julian Smart and Markus Holzem
+// Id:          $Id$
+// Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -288,5 +287,3 @@ void wxDialog::SetIcon( const wxIcon &icon )
   
   gdk_window_set_icon( m_widget->window, (GdkWindow *) NULL, icon.GetPixmap(), bm );
 }
-
-