/* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich * Copyright (C) 1995-1998 The LyX Team. *
*======================================================*/
/*---------------------------------------*/ /* read credits from file and display them */ void ShowCredits()
{ /* generate the credits form if it doesn't exist */ if (!fd_form_credits || !fd_form_credits->form_credits) {
if (!fl_load_browser(fd_form_credits->browser_credits,
real_file.c_str())) {
fl_add_browser_line(fd_form_credits->browser_credits,
_("ERROR: LyX wasn't able to read" " CREDITS file"));
fl_add_browser_line(fd_form_credits->browser_credits, "");
fl_add_browser_line(fd_form_credits->browser_credits,
_("Please install correctly to estimate" " the great"));
fl_add_browser_line(fd_form_credits->browser_credits,
_("amount of work other people have done" " for the LyX project."));
}
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.