diff options
author | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-01 18:44:51 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2000-11-01 18:44:51 +0800 |
commit | fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb (patch) | |
tree | 806b3b471f0e7b2b30c48d9efad8d6b0ee57eb0d /executive-summary/component/main.c | |
parent | bf684c2bef88772c30f4e282a60b1c11d8073e10 (diff) | |
download | gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.gz gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.bz2 gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.lz gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.xz gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.tar.zst gsoc2013-evolution-fa3cf53363f2fe9da9380e91d5d6b0f81cede2bb.zip |
modified or added a bunch of .cvsignore to ignore generated files, which
* modified or added a bunch of .cvsignore to ignore
generated files, which are not in repository.
* call *textdomain() in various files only when
ENABLE_NLS is defined
svn path=/trunk/; revision=6310
Diffstat (limited to 'executive-summary/component/main.c')
-rw-r--r-- | executive-summary/component/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 70fd5e4ae5..9c331ce813 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -47,8 +47,10 @@ main (int argc, { CORBA_ORB orb; +#ifdef ENABLE_NLS bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); +#endif gnome_init_with_popt_table ("evolution-executive-summary", VERSION, argc, argv, oaf_popt_options, 0, NULL); |