X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fintl.h;h=fe7ae6a89dd1ec13a02f7f027783861bfa80dc68;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=bc639dea0fd1680d243a63970fb7778c45babed4;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/intl.h b/src/intl.h index bc639dea0f..fe7ae6a89d 100644 --- a/src/intl.h +++ b/src/intl.h @@ -1,18 +1,20 @@ // -*- C++ -*- /** * \file intl.h - * Copyright 1995-2002 the LyX Team - * Read the file COPYING + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author unknown - * \author John Levon + * \author Lars Gullik Bjønnes + * \author Angus Leeming + * \author John Levon + * + * Full author contact details are available in file CREDITS. */ - #ifndef INTL_H #define INTL_H -#include "LString.h" #include "trans_mgr.h" @@ -55,9 +57,9 @@ private: /// is key mapping enabled ? bool keymapon; /// the primary language keymap - string & prim_lang; + std::string & prim_lang; /// the secondary language keymap - string & sec_lang; + std::string & sec_lang; /// the translation manager TransManager trans; };