forked from AuroraMiddleware/gtk
Add a note regarding UTF-8 requirements, proposed by Mariano
Sat May 8 22:50:55 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain): Add a note regarding UTF-8 requirements, proposed by Mariano Suárez-Alvarez.
This commit is contained in:
parent
504d169127
commit
7120957e11
@ -1,3 +1,9 @@
|
||||
Sat May 8 22:50:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain):
|
||||
Add a note regarding UTF-8 requirements, proposed by
|
||||
Mariano Suárez-Alvarez.
|
||||
|
||||
Sat May 8 22:43:11 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktearoffmenuitem.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat May 8 22:50:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain):
|
||||
Add a note regarding UTF-8 requirements, proposed by
|
||||
Mariano Suárez-Alvarez.
|
||||
|
||||
Sat May 8 22:43:11 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktearoffmenuitem.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat May 8 22:50:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain):
|
||||
Add a note regarding UTF-8 requirements, proposed by
|
||||
Mariano Suárez-Alvarez.
|
||||
|
||||
Sat May 8 22:43:11 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktearoffmenuitem.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
Sat May 8 22:50:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkactiongroup.c (gtk_action_group_set_translation_domain):
|
||||
Add a note regarding UTF-8 requirements, proposed by
|
||||
Mariano Suárez-Alvarez.
|
||||
|
||||
Sat May 8 22:43:11 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtktearoffmenuitem.h:
|
||||
|
@ -1029,7 +1029,10 @@ dgettext_swapped (const gchar *msgid,
|
||||
*
|
||||
* Sets the translation domain and uses dgettext() for translating the
|
||||
* @label and @tooltip of #GtkActionEntry<!-- -->s added by
|
||||
* gtk_action_group_add_actions().
|
||||
* gtk_action_group_add_actions(). Note that GTK+ expects all strings
|
||||
* to be encoded in UTF-8, therefore the translation domain must have
|
||||
* its codeset set to UTF-8, see bind_textdomain_codeset() in the
|
||||
* gettext() documentation.
|
||||
*
|
||||
* If you're not using gettext() for localization, see
|
||||
* gtk_action_group_set_translate_func().
|
||||
|
Loading…
Reference in New Issue
Block a user