summaryrefslogtreecommitdiff
path: root/src/gui/connection.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-08-30 21:20:52 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-08-30 21:20:52 +0000
commit299f22cf915c421194309afb1156ab9559aefc97 (patch)
tree6112314cf6606acc002d486c661ca3791b461d51 /src/gui/connection.h
parent47320d3507aac21c8568cd244308e39a8869976a (diff)
downloadmana-client-299f22cf915c421194309afb1156ab9559aefc97.tar.gz
mana-client-299f22cf915c421194309afb1156ab9559aefc97.tar.bz2
mana-client-299f22cf915c421194309afb1156ab9559aefc97.tar.xz
mana-client-299f22cf915c421194309afb1156ab9559aefc97.zip
Added a first version of the server dialog with an unskinned dropdown. Upgraded also the connection window a bit to handle Cancelling more gracefully.
Diffstat (limited to 'src/gui/connection.h')
-rw-r--r--src/gui/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h
index 7a072d2e..4b3187f6 100644
--- a/src/gui/connection.h
+++ b/src/gui/connection.h
@@ -41,7 +41,7 @@ class ConnectionDialog : public Window
*
* @see Window::Window
*/
- ConnectionDialog();
+ ConnectionDialog(unsigned char previousState);
void logic();