/[ghosts]/ghosts/gedcomparser/src/GEDCOMParser/IndividualEvent.cpp
ViewVC logotype

Diff of /ghosts/gedcomparser/src/GEDCOMParser/IndividualEvent.cpp

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

revision 1.1.2.1 by cpcp, Sun Aug 18 19:49:21 2002 UTC revision 1.1.2.2 by cpcp, Mon Sep 23 12:24:59 2002 UTC
# Line 19  Line 19 
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    
23    #ifdef HAVE_CONFIG_H
24    #include "config.h"
25    #endif // HAVE_CONFIG_H
26    
27  #include "IndividualEvent.hh"  #include "IndividualEvent.hh"
28  #include "gettext.h"  #include "gettext.h"
29  #define _(String) gettext(String)  
30    #define _(String) dgettext(PACKAGE, String)
31    
32    
33  void GEDCOMParser::IndividualEvent::setType(enumIndividualEvents type)  void GEDCOMParser::IndividualEvent::setType(enumIndividualEvents type)

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