Fix a documentation copy-paste error

The color chooser doesn't deal with fonts.
This commit is contained in:
Matthias Clasen 2014-06-27 23:53:03 -04:00
parent 38e4fbc90c
commit b9941d0dde

View File

@ -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.