diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-07 11:39:19 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-07 11:39:19 +0800 |
commit | cbff8e524266b92424d62a8db42ce13c74a84bfb (patch) | |
tree | 5ae7cdbc6c47bd371c7fabcd3fca8156f2c8d2e2 /e-util | |
parent | bcd74986f4ba7f31182a292cce56ce344210e776 (diff) | |
download | gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar.gz gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar.bz2 gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar.lz gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar.xz gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.tar.zst gsoc2013-evolution-cbff8e524266b92424d62a8db42ce13c74a84bfb.zip |
Added a comment.
2001-02-06 Christopher James Lahey <clahey@ximian.com>
* gal/util/e-i18n.h: Added a comment.
svn path=/trunk/; revision=8045
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-i18n.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 3b60d5339f..58d3420be3 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -51,6 +51,7 @@ BEGIN_GNOME_DECLS #define __GNOME_I18N_H__ 1 +/* This is copied staight out of the prototypes for gnome-i18n.h */ const char *gnome_i18n_get_language(void); GList *gnome_i18n_get_language_list (const gchar *category_name); void gnome_i18n_set_preferred_language (const char *val); |