1 // $Id: togglemenuitem.cpp,v 1.13 2010/03/17 17:25:59 bobgian Exp $
2 
3 /*
4   Copyright 2002  Peter Beerli, 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 #include <string>
12 #include "constants.h"
13 #include "togglemenuitem.h"
14 #include "stringx.h"
15 #include "ui_interface.h"
16 
17 using std::string;
18 
19 //____________________________________________________________________________________
20