diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-07-18 15:52:42 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-07-18 15:52:42 +0000 |
commit | 151abcad30a0e1582b91b58b4a42343f5686979c (patch) | |
tree | 74327dc22f72763716e293f803fe2849ae397847 /src/gui/updatewindow.h | |
parent | d6f4f362895b1b0aa3681a8255c7f996457d79cd (diff) | |
download | mana-151abcad30a0e1582b91b58b4a42343f5686979c.tar.gz mana-151abcad30a0e1582b91b58b4a42343f5686979c.tar.bz2 mana-151abcad30a0e1582b91b58b4a42343f5686979c.tar.xz mana-151abcad30a0e1582b91b58b4a42343f5686979c.zip |
Updated the updating system. It will now only load those updates
specified in the downloaded resources.txt file, and in the order
in which they are mentioned (the top one being the most
significant).
Diffstat (limited to 'src/gui/updatewindow.h')
-rw-r--r-- | src/gui/updatewindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/updatewindow.h b/src/gui/updatewindow.h index ad554375..5f049e18 100644 --- a/src/gui/updatewindow.h +++ b/src/gui/updatewindow.h @@ -74,7 +74,8 @@ class UpdaterWindow : public Window, public gcn::ActionListener void enable(); /** - * Loads and display news + * Loads and display news. Assumes the news file contents have been loaded + * into the memory buffer. */ void loadNews(); |