Changeset 512
- Timestamp:
- Apr 25, 2010, 5:44:19 AM (15 years ago)
- Location:
- AE/Installer/trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/about.cpp
r487 r512 105 105 itemDialog1->SetSizer(itemBoxSizer2); 106 106 107 107 wxPanel* itemPanel3 = new wxPanel( itemDialog1, ID_PANEL2, wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxTAB_TRAVERSAL ); 108 108 itemBoxSizer2->Add(itemPanel3, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); 109 109 … … 132 132 itemBoxSizer4->Add(itemStaticLine6, 0, wxGROW|wxALL, 5); 133 133 134 wxTextCtrl* itemTextCtrl7 = new wxTextCtrl( itemPanel3, wxID_STATIC, _("oni.bungie.org"), wxDefaultPosition, wxDefaultSize, wxTE_MULTILINE|wxTE_READONLY ); 135 itemBoxSizer4->Add(itemTextCtrl7, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); 134 wxHyperlinkCtrl* oniUrl = new wxHyperlinkCtrl( itemPanel3, wxID_STATIC, "http://oni.bungie.org", "http://oni.bungie.org", 135 wxDefaultPosition, wxDefaultSize, wxHL_DEFAULT_STYLE); 136 itemBoxSizer4->Add(oniUrl, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5); 136 137 137 138 wxStdDialogButtonSizer* itemStdDialogButtonSizer8 = new wxStdDialogButtonSizer; -
AE/Installer/trunk/source/about.h
r487 r512 16 16 ////@begin includes 17 17 #include "wx/statline.h" 18 #include "wx/hyperlink.h" 18 19 ////@end includes 19 20
Note:
See TracChangeset
for help on using the changeset viewer.