summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-07-18 15:52:42 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-07-18 15:52:42 +0000
commit151abcad30a0e1582b91b58b4a42343f5686979c (patch)
tree74327dc22f72763716e293f803fe2849ae397847 /src/gui/updatewindow.h
parentd6f4f362895b1b0aa3681a8255c7f996457d79cd (diff)
downloadMana-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.h3
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();