X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.C;h=19978862ecfd46a7dd41f57ae89814ba2b8666c3;hb=498f06d43a0f2000c3f704db1ea39fda3c819fe6;hp=5f88a2f82b4814d2c0fb66a934f24a3f47991aa2;hpb=524a23ba3ad249e868b1012f00d0541f12a9a263;p=lyx.git diff --git a/src/intl.C b/src/intl.C index 5f88a2f82b..19978862ec 100644 --- a/src/intl.C +++ b/src/intl.C @@ -1,23 +1,14 @@ -/* 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 -#ifdef __GNUG__ -#pragma implementation -#endif - #include "intl.h" #include "debug.h" #include "lyxrc.h" @@ -55,7 +46,7 @@ void Intl::ToggleKeyMap() KeyMapSec(); } else if (keymapon) { KeyMapOn(false); - } else + } else KeyMapPrim(); }