From federico@nuclecu.unam.mx Tue Apr 22 08:39:09 1997 Date: Mon, 21 Apr 1997 18:14:27 -0500 From: Federico Mena To: gimp-developer@scam.xcf.berkeley.edu Subject: [gimp-devel]PATCH: fix for typo in color_balance.c Just a small fix for a typo in the Color Balance dialog... Quartic --- color_balance.c~ Wed Apr 9 19:51:48 1997 +++ color_balance.c Mon Apr 21 18:13:22 1997 @@ -523,7 +523,7 @@ gtk_widget_show (toggle); /* The preserve luminosity toggle */ - toggle = gtk_check_button_new_with_label ("Preserver Luminosity"); + toggle = gtk_check_button_new_with_label ("Preserve Luminosity"); gtk_toggle_button_set_state (GTK_TOGGLE_BUTTON (toggle), cbd->preserve_luminosity); gtk_box_pack_start (GTK_BOX (hbox), toggle, TRUE, FALSE, 0); gtk_signal_connect (GTK_OBJECT (toggle), "toggled",