/[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.1.2.1 by cpcp, Fri Oct 4 13:43:59 2002 UTC revision 1.1.2.2 by cpcp, Fri Oct 4 14:42:52 2002 UTC
# Line 35  Bakery::App * BakeryGateway::App::new_in Line 35  Bakery::App * BakeryGateway::App::new_in
35  }  }
36    
37  void BakeryGateway::App::init(void)  void BakeryGateway::App::init(void)
38  {  {  
39      type_vecStrings vecAuthors;
40      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"));
42    
43    Bakery::App_WithDoc::init();    Bakery::App_WithDoc::init();
44      
45    set_contents(_view);    set_contents(_view);
46    return;    return;
47  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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