Don't mention gtk_set_locale() in docs; this function does not exist

This commit is contained in:
Federico Mena Quintero 2013-03-07 13:12:10 -06:00
parent 203a1f2cd1
commit 8a17cad2e5

View File

@ -59,8 +59,8 @@
* int
* main (int argc, char **argv)
* {
* /* Initialize i18n support */
* gtk_set_locale ();
* /* Initialize i18n support with bindtextdomain(), etc. */
* ...
*
* /* Initialize the widget set */
* gtk_init (&argc, &argv);