X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmain.C;h=cd9680818c2b0ebd3d787b32c59af8034ea33163;hb=98c966c64594611e469313314abd1e59524adb4a;hp=473cf5c5370810e4923efa7265cd9659679aff0a;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/main.C b/src/main.C index 473cf5c537..cd9680818c 100644 --- a/src/main.C +++ b/src/main.C @@ -1,8 +1,8 @@ /* This file is part of - * ====================================================== - * + * ====================================================== + * * LyX, The Document Processor - * + * * Copyright 1995 Matthias Ettrich * 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