summaryrefslogtreecommitdiff
path: root/src/gui/popup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/popup.cpp')
-rw-r--r--src/gui/popup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/popup.cpp b/src/gui/popup.cpp
index f4c7d4a3..648a9d6a 100644
--- a/src/gui/popup.cpp
+++ b/src/gui/popup.cpp
@@ -1,9 +1,9 @@
/*
- * Aethyra
+ * The Mana World
+ * Copyright (C) 2004 The Mana World Development Team
* Copyright (C) 2009 Aethyra 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
@@ -32,7 +32,7 @@
#include "../resources/image.h"
-Popup::Popup(const std::string& name, const std::string& skin):
+Popup::Popup(const std::string &name, const std::string &skin):
mPopupName(name),
mDefaultSkinPath(skin),
mMinWidth(100),