diff options
Diffstat (limited to 'sigmod/CoinList.h')
-rw-r--r-- | sigmod/CoinList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sigmod/CoinList.h b/sigmod/CoinList.h index f84d339c..d4864900 100644 --- a/sigmod/CoinList.h +++ b/sigmod/CoinList.h @@ -1,5 +1,5 @@ /* - * Copyright 2007-2008 Ben Boeckel <MathStuf@gmail.com> + * Copyright 2007-2009 Ben Boeckel <MathStuf@gmail.com> * * 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 @@ -104,7 +104,7 @@ class SIGMOD_EXPORT CoinList : public Object QDomElement save() const; /** - * The name of the coin list. This is only used internally. + * Sets the name of the coin list. This is only used internally. * * \param name The name of the coin list. */ |