X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.C;h=0f65aead5c6b96767f93d163f413cfa772ef76aa;hb=a9c2dd92df8c538e6ab39bbd136c2da9a0315eb1;hp=5f88a2f82b4814d2c0fb66a934f24a3f47991aa2;hpb=524a23ba3ad249e868b1012f00d0541f12a9a263;p=lyx.git diff --git a/src/intl.C b/src/intl.C index 5f88a2f82b..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-2000 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(); }