From b9941d0dde2a044b191189162b67d378beb938bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 27 Jun 2014 23:53:03 -0400 Subject: Fix a documentation copy-paste error The color chooser doesn't deal with fonts. --- gtk/gtkcolorchooserwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcolorchooserwidget.c b/gtk/gtkcolorchooserwidget.c index 5273e17e99..58e0c6c9cc 100644 --- a/gtk/gtkcolorchooserwidget.c +++ b/gtk/gtkcolorchooserwidget.c @@ -50,7 +50,7 @@ * as custom colors. * * To change the initially selected color, use gtk_color_chooser_set_rgba(). - * To get the selected font use gtk_color_chooser_get_rgba(). + * To get the selected color use gtk_color_chooser_get_rgba(). * * The #GtkColorChooserWidget is used in the #GtkColorChooserDialog * to provide a dialog for selecting colors. -- cgit v1.2.1