Ignore:
Timestamp:
Jun 1, 2009, 3:51:40 AM (16 years ago)
Author:
iritscen
Message:

Changed Info panel to be set by SetValue() rather than SetLabel()

File:
1 edited

Legend:

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

    r325 r327  
    13371337{
    13381338        //event.GetSelection
    1339         titleText->SetLabel(wxT(globalPackages[event.GetSelection()].name.c_str()));
    1340         creatorText->SetLabel(globalPackages[event.GetSelection()].creator.c_str());
    1341         descriptionText->SetLabel(globalPackages[event.GetSelection()].readme.c_str());
     1339        titleText->SetValue(globalPackages[event.GetSelection()].name.c_str());
     1340        creatorText->SetValue(globalPackages[event.GetSelection()].creator.c_str());
     1341        descriptionText->SetValue(globalPackages[event.GetSelection()].readme.c_str());
    13421342
    13431343        creatorText->Refresh();
Note: See TracChangeset for help on using the changeset viewer.