Don't mention gtk_set_locale() in docs; this function does not exist
This commit is contained in:
@ -59,8 +59,8 @@
|
|||||||
* int
|
* int
|
||||||
* main (int argc, char **argv)
|
* main (int argc, char **argv)
|
||||||
* {
|
* {
|
||||||
* /* Initialize i18n support */
|
* /* Initialize i18n support with bindtextdomain(), etc. */
|
||||||
* gtk_set_locale ();
|
* ...
|
||||||
*
|
*
|
||||||
* /* Initialize the widget set */
|
* /* Initialize the widget set */
|
||||||
* gtk_init (&argc, &argv);
|
* gtk_init (&argc, &argv);
|
||||||
|
|||||||
Reference in New Issue
Block a user