/[ghosts]/ghosts/gedcomviewer/src/BakeryGateway/App.cpp
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/BakeryGateway/App.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC revision 1.3 by cpcp, Sun Dec 8 16:48:22 2002 UTC
# Line 1  Line 1 
1  /**  /*
2      Copyright 2002 Cyril Picard      Copyright 2002 Cyril Picard
3    
4      This file is part of the GEDCOMViewer tool      This file is part of the GEDCOMViewer tool
# Line 18  Line 18 
18      along with the GEDCOMViewer tool ; if not, write to the Free Software      along with the GEDCOMViewer tool ; if not, write to the Free Software
19      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20    
21  **/  */
22  #include "BakeryGateway/App.hh"  #include "BakeryGateway/App.hh"
23    
24  BakeryGateway::App::App(void) :  BakeryGateway::App::App(void) :
# Line 38  void BakeryGateway::App::init(void) Line 38  void BakeryGateway::App::init(void)
38  {    {  
39    type_vecStrings vecAuthors;    type_vecStrings vecAuthors;
40    vecAuthors.push_back("Cyril PICARD <cpcp@free.fr>");    vecAuthors.push_back("Cyril PICARD <cpcp@free.fr>");
41    set_about_information("GEDCOMViewer 1.0", vecAuthors, _("Copyright (c) 2002 by Cyril PICARD\nReleased under the GNU General Public License"), _("Copyright (c) 2002 by Cyril PICARD\nReleased under the GNU General Public License\nA GEDCOM files viewer\n\nhttp://www.freesoftware.fsf.org/ghosts\nghosts-users@mail.freesoftware.fsf.org"));    std::string version(VERSION);
42      std::string label("GEDCOMViewer");
43      
44      label = label + " " + version;
45      set_about_information(label, vecAuthors, _("Copyright (c) 2002 by Cyril PICARD\nReleased under the GNU General Public License"), _("Copyright (c) 2002 by Cyril PICARD\nReleased under the GNU General Public License\nA GEDCOM files viewer\n\nhttp://www.freesoftware.fsf.org/ghosts\nghosts-users@mail.freesoftware.fsf.org"));
46    
47    Bakery::App_WithDoc::init();    Bakery::App_WithDoc::init();
48        

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26