From 8464cbb825d36c51c0f4621099fc44025ce5ac21 Mon Sep 17 00:00:00 2001 From: Todd Berman Date: Sat, 30 Oct 2004 20:32:54 +0000 Subject: [PATCH] 2004-10-30 Todd Berman * gtk/ComboBox.custom: * gtk/FileChooserDialog.custom: * gtk/FileChooserWidget.custom: Fix c&p error with filename. svn path=/trunk/gtk-sharp/; revision=35504 --- ChangeLog | 6 ++++++ gtk/ComboBox.custom | 2 +- gtk/FileChooserDialog.custom | 2 +- gtk/FileChooserWidget.custom | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52270a28c..24c333cfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-30 Todd Berman + + * gtk/ComboBox.custom: + * gtk/FileChooserDialog.custom: + * gtk/FileChooserWidget.custom: Fix c&p error with filename. + 2004-10-29 Todd Berman * gtk/ComboBox.custom: Add a header. diff --git a/gtk/ComboBox.custom b/gtk/ComboBox.custom index 0a3497105..f4b6aaec8 100644 --- a/gtk/ComboBox.custom +++ b/gtk/ComboBox.custom @@ -1,4 +1,4 @@ -// Gtk.RadioMenuItem.custom - Gtk RadioMenuItem customizations +// Gtk.ComboBox.custom - Gtk ComboBox customizations // // Authors: Todd Berman // diff --git a/gtk/FileChooserDialog.custom b/gtk/FileChooserDialog.custom index 6ed2df530..1fbae681a 100644 --- a/gtk/FileChooserDialog.custom +++ b/gtk/FileChooserDialog.custom @@ -1,4 +1,4 @@ -// Gtk.RadioMenuItem.custom - Gtk RadioMenuItem customizations +// Gtk.FileChooserDialog.custom - Gtk FileChooserDialog customizations // // Authors: Todd Berman // Jeroen Zwartepoorte diff --git a/gtk/FileChooserWidget.custom b/gtk/FileChooserWidget.custom index b1eb84357..66f8116e6 100644 --- a/gtk/FileChooserWidget.custom +++ b/gtk/FileChooserWidget.custom @@ -1,4 +1,4 @@ -// Gtk.RadioMenuItem.custom - Gtk RadioMenuItem customizations +// Gtk.FileChooserWidget.custom - Gtk FileChooserWidget customizations // // Authors: Todd Berman //