Browse CVS Repository
Diff of /malonnote/mnDialog.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 9 |
// begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog |
// begin wxGlade: mnWikiDataEntryDialog::mnWikiDataEntryDialog |
| 10 |
label_3 = new wxStaticText(this, -1, wxT("Subject: ")); |
label_3 = new wxStaticText(this, -1, wxT("Subject: ")); |
| 11 |
subjectTextCtrl = new wxTextCtrl(this, -1, wxT("")); |
subjectTextCtrl = new wxTextCtrl(this, -1, wxT("")); |
| 12 |
wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE); |
wikiPlainTextCtrl = new wxTextCtrl(this, -1, wxT(""), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxHSCROLL); |
| 13 |
okButton = new wxButton(this, wxID_OK, wxT("OK")); |
okButton = new wxButton(this, wxID_OK, wxT("OK")); |
| 14 |
cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel")); |
cancelButton = new wxButton(this, wxID_CANCEL, wxT("Cancel")); |
| 15 |
|
|
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
| |