in.seekg(0,std::ios::beg);// rewind to the beginning
ss<<in.rdbuf();
found=(ss.good());
}
}
if(!found){
ss<<_("ERROR: LyX wasn't able to read CREDITS file\n")
<<_("Please install correctly to estimate the great\n")
<<_("amount of work other people have done for the LyX project.");
}
returnss;
}
stringconstControlAboutlyx::getCopyright()const
{
return_("LyX is Copyright (C)1995byMatthiasEttrich,\n1995-2001LyXTeam");
}
stringconstControlAboutlyx::getLicense()const
{
return_("This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.");
}
stringconstControlAboutlyx::getDisclaimer()const
{
return_("LyX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU General Public License for more details.\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.");