mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Added some fixes
More work on update window. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@700 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -65,11 +65,12 @@ class UpdatesWindow : public Frame {
|
||||
wxHtmlWindow* description_window;
|
||||
|
||||
wxStaticText *package_title, *status_title, *new_title;
|
||||
wxButton *install_button, *upgrade_button, *remove_button, *cancel_button;
|
||||
wxButton *install_button, *upgrade_button, *remove_button, *cancel_button, *apply_button;
|
||||
|
||||
void onUpdateCheckFinished(wxCommandEvent&);
|
||||
void onPackageSelect(wxCommandEvent&);
|
||||
void onButton(wxCommandEvent&);
|
||||
void onActionChange(wxCommandEvent&);
|
||||
void onApplyChanges(wxCommandEvent&);
|
||||
|
||||
/// Update the buttons to indicate that this is selected.
|
||||
void updateButtons(int index);
|
||||
|
||||
Reference in New Issue
Block a user