X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.C;h=0f65aead5c6b96767f93d163f413cfa772ef76aa;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=5353084edb7ed0c0910ceaa7966714418b270094;hpb=83acbbd5237373926c629855379e1df9a04209b2;p=lyx.git diff --git a/src/intl.C b/src/intl.C index 5353084edb..0f65aead5c 100644 --- a/src/intl.C +++ b/src/intl.C @@ -1,15 +1,10 @@ -/* This file is part of - * ====================================================== +/** + * \file intl.C + * Copyright 1995-2002 the LyX Team + * Read the file COPYING * - * LyX, The Document Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ - -/* - * International support for LyX + * \author unknown + * \author John Levon */ #include @@ -55,7 +50,7 @@ void Intl::ToggleKeyMap() KeyMapSec(); } else if (keymapon) { KeyMapOn(false); - } else + } else KeyMapPrim(); }