mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Finished update window (YAY!)
Updates now work, and have been tested. Made a few other updates. To work on: aesthetics? git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@759 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -66,7 +66,7 @@ class UpdatesWindow : public Frame {
|
||||
PackageUpdateList* package_list; ///< List of available packages
|
||||
wxHtmlWindow* description_window;
|
||||
|
||||
wxStaticText *package_title, *status_title, *new_title;
|
||||
wxStaticText *package_title, *type_title, *status_title, *new_title;
|
||||
wxButton *install_button, *upgrade_button, *remove_button, *cancel_button, *apply_button;
|
||||
|
||||
void onUpdateCheckFinished(wxCommandEvent&);
|
||||
|
||||
Reference in New Issue
Block a user