]> Pileus Git - ~andy/gtk/commitdiff
Don't mention gtk_set_locale() in docs; this function does not exist
authorFederico Mena Quintero <federico@gnome.org>
Thu, 7 Mar 2013 19:12:10 +0000 (13:12 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 8 Mar 2013 02:45:57 +0000 (20:45 -0600)
gtk/gtkmain.c

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