From fc4809e41bc5694231046eb2fd4c324c4daba13f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 18 Sep 2010 13:25:37 +0000 Subject: cosmetic updates in engine list functions, trade menu updates --- src/ui/label.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/label.h') diff --git a/src/ui/label.h b/src/ui/label.h index 9188dc5..2a38273 100644 --- a/src/ui/label.h +++ b/src/ui/label.h @@ -28,6 +28,9 @@ public: /// set the text alignment void set_alignment(const unsigned int alignment); + + /// clear the label text + void clear(); /// return the text displayed by the label inline const std::string &text() const { -- cgit v1.2.3