/[enigma]/enigma/gui.cc
ViewVC logotype

Diff of /enigma/gui.cc

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

revision 1.6 by dheck, Wed Oct 23 19:19:27 2002 UTC revision 1.7 by dheck, Sun Nov 3 14:03:34 2002 UTC
# Line 141  TextButton::TextButton(const string &t, Line 141  TextButton::TextButton(const string &t,
141      : text(t), pressed(false), listener(al)      : text(t), pressed(false), listener(al)
142  {  {
143      if (menufont == 0) {      if (menufont == 0) {
144          menufont = enigma::LoadFont("menufont");          menufont = enigma::GetFont("menufont");
145          menufont_pressed = enigma::LoadFont("menufontsel");          menufont_pressed = enigma::GetFont("menufontsel");
146      }      }
147  }  }
148    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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