X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.C;h=ce237ed1a2eb1f1e25607233b662f335353e3ccc;hb=7f68b94d8a7fba6942890b7733403192b98b040a;hp=5353084edb7ed0c0910ceaa7966714418b270094;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/intl.C b/src/intl.C index 5353084edb..ce237ed1a2 100644 --- a/src/intl.C +++ b/src/intl.C @@ -1,29 +1,22 @@ -/* This file is part of - * ====================================================== +/** + * \file intl.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. + * \author unknown + * \author Lars Gullik Bjønnes + * \author Angus Leeming + * \author John Levon * - * ====================================================== */ - -/* - * International support for LyX + * Full author contact details are available in file CREDITS. */ #include -#ifdef __GNUG__ -#pragma implementation -#endif - #include "intl.h" #include "debug.h" #include "lyxrc.h" -#include "support/lstrings.h" -#include "language.h" using std::endl; @@ -55,7 +48,7 @@ void Intl::ToggleKeyMap() KeyMapSec(); } else if (keymapon) { KeyMapOn(false); - } else + } else KeyMapPrim(); }