Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/mnController.cpp

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

revision 1.23 by maloninc, Fri Sep 30 01:38:17 2005 UTC revision 1.24 by maloninc, Fri Sep 30 11:44:59 2005 UTC
# Line 135  void mnController::handleNewButton(wxCom Line 135  void mnController::handleNewButton(wxCom
135          WikiData* wikiData = wiki->newWikiData();          WikiData* wikiData = wiki->newWikiData();
136          wxString        plainTextStr;          wxString        plainTextStr;
137          wxString        newSubjectStr;          wxString        newSubjectStr;
138          mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame, -1, wxT("Malon Note"));          mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame);
139          const wxString* wikiText = wikiData->getText();          const wxString* wikiText = wikiData->getText();
140          const wxString* subject  = wikiData->getSubject();          const wxString* subject  = wikiData->getSubject();
141    
# Line 258  void mnController::handleEditButton(wxCo Line 258  void mnController::handleEditButton(wxCo
258          wxString        newSubjectStr;          wxString        newSubjectStr;
259          wxTreeItemData* itemData = frame->getSelectedItem();          wxTreeItemData* itemData = frame->getSelectedItem();
260          wxString        subject  = frame->getSelectedLabel();          wxString        subject  = frame->getSelectedLabel();
261          mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame, -1, wxT("Malon Note"));          mnWikiDataEntryDialog* dlg = new mnWikiDataEntryDialog(frame);
262          int             ans;          int             ans;
263    
264          if(!frame->isEditableTreeLabel(frame->getSelection())) return; /* selection is not memo data */          if(!frame->isEditableTreeLabel(frame->getSelection())) return; /* selection is not memo data */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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