diff options
Diffstat (limited to 'notes/main.c')
-rw-r--r-- | notes/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/notes/main.c b/notes/main.c index f3198c0d63..4b483138da 100644 --- a/notes/main.c +++ b/notes/main.c @@ -35,8 +35,10 @@ init_bonobo (void) gint main (gint argc, gchar **argv) { + #ifdef ENABLE_NLS bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); + #endif init_corba (argc, argv); init_bonobo (); |