Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnNotePanel.cpp

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

revision 1.9 by maloninc, Fri Dec 30 04:06:33 2005 UTC revision 1.10 by maloninc, Tue Jan 3 23:20:39 2006 UTC
# Line 22  mnNotePanel::mnNotePanel(wxWindow* paren Line 22  mnNotePanel::mnNotePanel(wxWindow* paren
22          wikiHtmlTextCtrl = XRCCTRL(*this, "wikiHtmlTextCtrl", mnHtmlWindow);          wikiHtmlTextCtrl = XRCCTRL(*this, "wikiHtmlTextCtrl", mnHtmlWindow);
23  #endif  #endif
24    
25            /* init html window */
26            wxFont font(12, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
27            wikiHtmlTextCtrl->SetFonts(font.GetFaceName(), font.GetFaceName());
28    
29          /* create search tree */          /* create search tree */
30          searchItemRoot = searchTree->AddRoot(wxT(LABEL_ITEM_TREE), -1, -1, NULL);          searchItemRoot = searchTree->AddRoot(wxT(LABEL_ITEM_TREE), -1, -1, NULL);
31                    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26