/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/MMIIndividualEvents.cc
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/MMIIndividualEvents.cc

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

revision 1.1 by cpcp, Tue Oct 1 15:08:32 2002 UTC revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC
# Line 16  void MMIIndividualEvents::setBirthDate(s Line 16  void MMIIndividualEvents::setBirthDate(s
16    
17  void MMIIndividualEvents::setBirthPlace(std::string const &s)  void MMIIndividualEvents::setBirthPlace(std::string const &s)
18  {  {
19    _birth_place->set_text(s);    BirthPlace->set_text(s);
20    return;    return;
21  }  }
22    
# Line 28  void MMIIndividualEvents::setDeathDate(s Line 28  void MMIIndividualEvents::setDeathDate(s
28    
29  void MMIIndividualEvents::setDeathPlace(std::string const &s)  void MMIIndividualEvents::setDeathPlace(std::string const &s)
30  {  {
31    _death_place->set_text(s);    DeathPlace->set_text(s);
32    return;    return;
33  }  }
34        

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

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