aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2000-11-30 08:58:47 +0800
committerGediminas Paulauskas <menesis@src.gnome.org>2000-11-30 08:58:47 +0800
commita547f501cb94e833fb56aa395d3fb0fd216d1ce1 (patch)
tree898091cd4b284728b0886f6583ec8cb801704c8e /executive-summary
parentcda143465fc7350c608f5148295b192c1c28d67c (diff)
downloadgsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar.gz
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar.bz2
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar.lz
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar.xz
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.tar.zst
gsoc2013-evolution-a547f501cb94e833fb56aa395d3fb0fd216d1ce1.zip
removed #ifdef ENABLE_NLS/#endif on Miguel's request.
2000-11-30 Gediminas Paulauskas <menesis@delfi.lt> removed #ifdef ENABLE_NLS/#endif on Miguel's request. svn path=/trunk/; revision=6727
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/component/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c
index 2fb5d5bfa9..3c9cc059dd 100644
--- a/executive-summary/component/main.c
+++ b/executive-summary/component/main.c
@@ -47,10 +47,8 @@ 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);