X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2FDEVEL%2Fmathml_editor%2Ftest%2Feditor.cc;h=cdf6d51a5877a1c103e5ae3dc437c1ae14fad6bc;hb=1c88d7da901c53b47c8a320e639c797665e737a8;hp=b251d4ede2ff8fe4988e0d37ef318375c90e592f;hpb=617c3cf27758b63f35ab21a5d5e67be5aa9f065f;p=helm.git diff --git a/helm/DEVEL/mathml_editor/test/editor.cc b/helm/DEVEL/mathml_editor/test/editor.cc index b251d4ede..cdf6d51a5 100644 --- a/helm/DEVEL/mathml_editor/test/editor.cc +++ b/helm/DEVEL/mathml_editor/test/editor.cc @@ -1,3 +1,27 @@ +/* This file is part of EdiTeX, an editor of mathematical + * expressions based on TeX syntax. + * + * Copyright (C) 2002-2003 Luca Padovani , + * 2003 Paolo Marinelli . + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * For more information, please visit the project's home page + * http://helm.cs.unibo.it/editex/ + * or send an email to + */ #include "dom.hh" #include "TPushParser.hh" @@ -143,7 +167,7 @@ main(int argc, char* argv[]) Context context("", lexer, parser, texStyle); - GUI_init(&argc, &argv, "mathmleditor", 500, 600, &context); + GUI_init(&argc, &argv, "EditTeX", 500, 600, &context); GUI_load_document(gdome_cast_doc(static_cast(factory.document()))); GUI_run(); GUI_uninit();