mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Improved the update window further - now we just need a system to actual download and install them.
Added safeties to locale validation (ugly code though... I'd add another function, but I'm lazy and this is faster) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@614 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -65,8 +65,14 @@ class UpdatesWindow : public Frame {
|
||||
wxHtmlWindow* description_window;
|
||||
|
||||
wxStaticText *package_title, *status_title, *new_title;
|
||||
wxButton *install_button, *upgrade_button, *remove_button, *cancel_button;
|
||||
|
||||
void onUpdateCheckFinished(wxCommandEvent&);
|
||||
void onPackageSelect(wxCommandEvent&);
|
||||
void onButton(wxCommandEvent&);
|
||||
|
||||
/// Update the buttons to indicate that this is selected.
|
||||
void updateButtons(int index);
|
||||
|
||||
void setDefaultPackageStatus();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user