summaryrefslogtreecommitdiff
path: root/src/gui/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/label.h')
-rw-r--r--src/gui/label.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/gui/label.h b/src/gui/label.h
index 4a9bb805..dcda8e9d 100644
--- a/src/gui/label.h
+++ b/src/gui/label.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (c) 2009 Aethyra Development Team
*
- * This file is part of Aethyra based on original code
- * from GUIChan.
+ * 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
@@ -43,12 +42,12 @@ class Label : public gcn::Label
* Constructor. This version of the constructor sets the label with an
* inintialization string.
*/
- Label(const std::string& caption);
+ Label(const std::string &caption);
/**
* Draws the label.
*/
- void draw(gcn::Graphics* graphics);
+ void draw(gcn::Graphics *graphics);
};
#endif