X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmain.cc;h=d3e31e911aaebda33e752306326609b895621374;hb=821ab4aae21759cb60d9d518476d89e1f776d7a7;hp=1afe9a21fb3c40c62d07823a0a9cab3be1112b5f;hpb=30b087ab3d28f1585987fa3f6ae006562ae192e3;p=ardour.git diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc index 1afe9a21fb..d3e31e911a 100644 --- a/gtk2_ardour/main.cc +++ b/gtk2_ardour/main.cc @@ -311,7 +311,7 @@ int main (int argc, char *argv[]) fftwf_make_planner_thread_safe (); #endif -#ifdef ENABLE_NLS +#if ENABLE_NLS /* initialize C locale to user preference */ if (ARDOUR::translations_are_enabled ()) { setlocale (LC_ALL, ""); @@ -327,7 +327,7 @@ int main (int argc, char *argv[]) windows_vst_gui_init (&argc, &argv); #endif -#ifdef ENABLE_NLS +#if ENABLE_NLS cerr << "bind txt domain [" << PACKAGE << "] to " << localedir << endl; (void) bindtextdomain (PACKAGE, localedir.c_str()); @@ -373,7 +373,7 @@ int main (int argc, char *argv[]) } if (no_splash) { - cerr << _("Copyright (C) 1999-2015 Paul Davis") << endl + cerr << _("Copyright (C) 1999-2018 Paul Davis") << endl << _("Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker, Robin Gareus") << endl << endl << string_compose (_("%1 comes with ABSOLUTELY NO WARRANTY"), PROGRAM_NAME) << endl