]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dialog.cpp
fixes
[wxWidgets.git] / src / gtk1 / dialog.cpp
index 9bbc5f9a289e56d6a2dddbb21778c8864c6cbdd5..bdeafd1bd32b6cd9b607e0453a709b0383e0a01d 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        dialog.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $id$
+// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -287,5 +287,3 @@ void wxDialog::SetIcon( const wxIcon &icon )
   
   gdk_window_set_icon( m_widget->window, (GdkWindow *) NULL, icon.GetPixmap(), bm );
 }
-
-