diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-14 14:07:05 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-14 14:07:05 +0000 |
commit | e177ae485723da3cefbe49dda066fc9ee5729ce0 (patch) | |
tree | df4fcf2b5e147ef462c9ee74b0110e5924458b20 /src/gui/updatewindow.h | |
parent | fa555b6077e7cc7ab28c2ec07be1f5fb8a89125c (diff) | |
download | mana-e177ae485723da3cefbe49dda066fc9ee5729ce0.tar.gz mana-e177ae485723da3cefbe49dda066fc9ee5729ce0.tar.bz2 mana-e177ae485723da3cefbe49dda066fc9ee5729ce0.tar.xz mana-e177ae485723da3cefbe49dda066fc9ee5729ce0.zip |
- Slimes mirrored frame fix
- Some fixes and improvements to the updater
(It can still show "chinese" text in the label, I guess because but files are
saved correctly)
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r-- | src/gui/updatewindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h index 89e13610..e2d6201c 100644 --- a/src/gui/updatewindow.h +++ b/src/gui/updatewindow.h @@ -29,6 +29,13 @@ #include "progressbar.h" #include "button.h" +enum { + UPDATE_ERROR, + UPDATE_IDLE, + UPDATE_RUN, + UPDATE_COMPLETE +}; + /** * Update progress window GUI * |