1 // $Id: gc_strings_region.h,v 1.6 2011/03/08 19:22:00 bobgian Exp $
2 
3 /*
4   Copyright 2002  Mary Kuhner, Jon Yamato, and Joseph Felsenstein
5 
6   This software is distributed free of charge for non-commercial use
7   and is copyrighted.  Of course, we do not guarantee that the software
8   works, and are not responsible for any damage you may cause or have.
9 */
10 
11 #ifndef GC_STRINGS_REGION_H
12 #define GC_STRINGS_REGION_H
13 
14 #include "wx/string.h"
15 
16 class gcerr_region
17 {
18   public:
19 };
20 
21 class gcstr_region
22 {
23   public:
24     static const wxString effPopSize;
25     static const wxString internalName;
26     static const wxString locusMapPosition;
27     static const wxString mapPosition;
28     static const wxString numLoci;
29     // static const wxString samplesPer;
30     static const wxString tabTitle;
31     static const wxString traitIndexListMember;
32 };
33 
34 #endif  // GC_STRINGS_REGION_H
35 
36 //____________________________________________________________________________________
37