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:
coppro
2007-08-23 01:25:57 +00:00
parent 35bbf36e04
commit c46883eea1
5 changed files with 118 additions and 23 deletions
+6
View File
@@ -237,6 +237,12 @@ enum ControlID {
, ID_ZOOM_Y
, ID_SHARPEN
, ID_SHARPEN_AMOUNT
// Updates window
, ID_PACKAGE_LIST
, ID_INSTALL
, ID_UPGRADE
, ID_REMOVE
, ID_CANCEL
};
// ----------------------------------------------------------------------------- : EOF