aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-lang-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed. This is covered by gnome_i18n_get_language_list, which is moreNot Zed2004-05-051-68/+0
| | | | | | | | | 2004-04-30 Not Zed <NotZed@Ximian.com> * e-lang-utils.[ch]: Removed. This is covered by gnome_i18n_get_language_list, which is more complete. svn path=/trunk/; revision=25804
* define in terms of privincludedir.Dan Winship2003-02-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (eutilincludedir, etc): define in terms of privincludedir. * ename/Makefile.am (libenameincludedir): Likewise * e-account.c: Fix warnings * e-account-list.c: Likewise * e-config-listener.c: Likewise * e-gui-utils.c: Likewise. * e-lang-utils.c: Likewise * e-msgport.c: Likewise * e-passwords.c: Likewise * e-categories-config.c (e_categories_config_open_dialog_for_entry): Use g_object_get/_set rather than gtk_ * e-url.c (e_uri_new): Use g_ascii_strdown instead of deprecated g_strdown. svn path=/trunk/; revision=19771
* If the language is something like "fr_FR", return both "fr_FR" and "fr" inDan Winship2002-11-271-4/+15
| | | | | | | | * e-lang-utils.c (e_get_language_list): If the language is something like "fr_FR", return both "fr_FR" and "fr" in the list. Oaf doesn't consider "fr_FR" to match a "-fr" translation. svn path=/trunk/; revision=18926
* New. New.Ettore Perazzoli2002-03-231-0/+58
* e-lang-utils.c: New. * e-lang-utils.h: New. svn path=/trunk/; revision=16231