X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmain.C;h=cd9680818c2b0ebd3d787b32c59af8034ea33163;hb=98c966c64594611e469313314abd1e59524adb4a;hp=5b4fbc6424bc89a3ac2b17d71bd84b99e67049bf;hpb=cdcb9b2cc09bed252d5247d89602bbef698a1487;p=lyx.git diff --git a/src/main.C b/src/main.C index 5b4fbc6424..cd9680818c 100644 --- a/src/main.C +++ b/src/main.C @@ -1,10 +1,10 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * ====================================================== */ @@ -30,10 +30,10 @@ int main(int argc, char * argv[]) string lyx_localedir = GetEnvPath("LYX_LOCALEDIR"); if (lyx_localedir.empty()) lyx_localedir = LOCALEDIR; - + // initialize for internationalized version *EK* - locale_init(); - gettext_init(lyx_localedir); + locale_init(); + gettext_init(lyx_localedir); LyX lyx(&argc, argv); return 0; // SUCCESS