/[eliot]/eliot/wxwin/auxframes.cc
ViewVC logotype

Diff of /eliot/wxwin/auxframes.cc

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

revision 1.14 by ipkiss, Fri Nov 4 23:26:04 2005 UTC revision 1.15 by ipkiss, Sat Nov 5 17:33:06 2005 UTC
# Line 201  BEGIN_EVENT_TABLE(VerifFrame, AuxFrame) Line 201  BEGIN_EVENT_TABLE(VerifFrame, AuxFrame)
201  END_EVENT_TABLE()  END_EVENT_TABLE()
202    
203  VerifFrame::VerifFrame(wxFrame* parent, Dictionary _dic):  VerifFrame::VerifFrame(wxFrame* parent, Dictionary _dic):
204    AuxFrame(parent, ID_Frame_Verif, wxT("vérification"), FRAMEVERIF)  // XXX:  AuxFrame(parent, ID_Frame_Verif, wxT("vérification"), FRAMEVERIF)
205      AuxFrame(parent, ID_Frame_Verif, wxT("verification"), FRAMEVERIF)
206  {  {
207      dic = _dic;      dic = _dic;
208      word = new wxTextCtrl(this, Word_Id, wxT(""));      word = new wxTextCtrl(this, Word_Id, wxT(""));
209      word->SetFont(config.getFont(LISTFONT));      word->SetFont(config.getFont(LISTFONT));
210      word->SetToolTip(wxT("Mot ŕ vérifier"));  // XXX:    word->SetToolTip(wxT("Mot ŕ vérifier"));
211        word->SetToolTip(wxT("Mot a verifier"));
212      result = new wxStaticText(this, Result_Id, wxT(""));      result = new wxStaticText(this, Result_Id, wxT(""));
213      result->SetFont(config.getFont(LISTFONT));      result->SetFont(config.getFont(LISTFONT));
214      wxBoxSizer *sizer = new wxBoxSizer(wxVERTICAL);      wxBoxSizer *sizer = new wxBoxSizer(wxVERTICAL);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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