Changeset 512 for AE/Installer


Ignore:
Timestamp:
Apr 25, 2010, 5:44:19 AM (15 years ago)
Author:
gumby
Message:

Made the URL...an actual URL. :)

Location:
AE/Installer/trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/about.cpp

    r487 r512  
    105105    itemDialog1->SetSizer(itemBoxSizer2);
    106106       
    107     wxPanel* itemPanel3 = new wxPanel( itemDialog1, ID_PANEL2, wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxTAB_TRAVERSAL );
     107        wxPanel* itemPanel3 = new wxPanel( itemDialog1, ID_PANEL2, wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxTAB_TRAVERSAL );
    108108    itemBoxSizer2->Add(itemPanel3, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 5);
    109109       
     
    132132    itemBoxSizer4->Add(itemStaticLine6, 0, wxGROW|wxALL, 5);
    133133       
    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);
    136137       
    137138    wxStdDialogButtonSizer* itemStdDialogButtonSizer8 = new wxStdDialogButtonSizer;
  • AE/Installer/trunk/source/about.h

    r487 r512  
    1616////@begin includes
    1717#include "wx/statline.h"
     18#include "wx/hyperlink.h"
    1819////@end includes
    1920
Note: See TracChangeset for help on using the changeset viewer.