diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 14:28:48 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-05-20 14:28:48 +0000 |
commit | 8b41ae72ae2733fc8bf33627698c75d9a79e1d7b (patch) | |
tree | ffcdb0a1f2d4faea1ed974fad6f0cf6f3f19d13b /ChangeLog | |
parent | c25caff529473e933d7a2a795d5ed520a52961b0 (diff) | |
download | mana-8b41ae72ae2733fc8bf33627698c75d9a79e1d7b.tar.gz mana-8b41ae72ae2733fc8bf33627698c75d9a79e1d7b.tar.bz2 mana-8b41ae72ae2733fc8bf33627698c75d9a79e1d7b.tar.xz mana-8b41ae72ae2733fc8bf33627698c75d9a79e1d7b.zip |
Fixed the amount-not-reset-when-using-scrollwheel bug in sell dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,11 @@ -2007-05-08 Philipp Sehmisch <tmw@crushnet.org> +2007-05-20 Philipp Sehmisch <tmw@crushnet.org> + + * src/gui/buy.cpp, src/gui/sell.cpp: Unified some differences between buy + and sell dialog. Money label now shows money after transaction instead of + current money. + * src/gui/sell.cpp: Fixed the amount-not-reset-when-using-scrollwheel bug. + +2007-05-08 Philipp Sehmisch <tmw@crushnet.org> * data/graphics/sprites/monster-bat.png, data/graphics/sprites/monster-bat.xml, |