summaryrefslogtreecommitdiff
path: root/src/gui/updatewindow.h
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-07-16 14:04:07 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-07-16 14:04:07 +0000
commit96e61ed3ff7e41976ac8788363d6df8719037962 (patch)
tree28326c7110293980043c38d0b7bc1669323802ab /src/gui/updatewindow.h
parentd9aa17b843253b05278e10f804a48ab036fb6119 (diff)
downloadmana-client-96e61ed3ff7e41976ac8788363d6df8719037962.tar.gz
mana-client-96e61ed3ff7e41976ac8788363d6df8719037962.tar.bz2
mana-client-96e61ed3ff7e41976ac8788363d6df8719037962.tar.xz
mana-client-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.h2
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;
};