summaryrefslogtreecommitdiff
path: root/src/gui/popupmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popupmenu.h')
-rw-r--r--src/gui/popupmenu.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/popupmenu.h b/src/gui/popupmenu.h
index 89152751..d9fb4777 100644
--- a/src/gui/popupmenu.h
+++ b/src/gui/popupmenu.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -62,7 +61,7 @@ class PopupMenu : public Window, public LinkHandler
/**
* Handles link action.
*/
- void handleLink(const std::string& link);
+ void handleLink(const std::string &link);
private:
BrowserBox* mBrowserBox;