diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-16 14:04:07 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-07-16 14:04:07 +0000 |
commit | 96e61ed3ff7e41976ac8788363d6df8719037962 (patch) | |
tree | 28326c7110293980043c38d0b7bc1669323802ab /src/gui/updatewindow.h | |
parent | d9aa17b843253b05278e10f804a48ab036fb6119 (diff) | |
download | mana-96e61ed3ff7e41976ac8788363d6df8719037962.tar.gz mana-96e61ed3ff7e41976ac8788363d6df8719037962.tar.bz2 mana-96e61ed3ff7e41976ac8788363d6df8719037962.tar.xz mana-96e61ed3ff7e41976ac8788363d6df8719037962.zip |
- Fixing data path in Win32
- Adding default values to config
- Fixes after Bertram changes (I hope this way it works even in Linux)
- Error message are now displayed in browser for better readability
- Already downloaded files are not downloaded aother time
(As usually it needs testing so please report to me evry malfunctioning)
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r-- | src/gui/updatewindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h index f5f7f747..6c807611 100644 --- a/src/gui/updatewindow.h +++ b/src/gui/updatewindow.h @@ -92,6 +92,8 @@ class UpdaterWindow : public Window, public gcn::ActionListener void draw(gcn::Graphics *); + void setText(std:: string row); + int updateState; }; |