diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:07:55 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:07:55 +0000 |
commit | 69c147510bce9aa24be5ddcb3d050a5d52e3abe7 (patch) | |
tree | 99e7ae22cf75ed210e26e77137bf37d67353839e /ChangeLog | |
parent | cb04d148c9aed572fe6e66313100e2cd9b66f5d5 (diff) | |
download | mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.gz mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.bz2 mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.tar.xz mana-69c147510bce9aa24be5ddcb3d050a5d52e3abe7.zip |
Improved item amount dialog box.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ 2007-11-14 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/gui/chat.cpp: Fixed up and down arrows in chat box. + * src/gui/inttextbox.h, src/gui/inttextbox.cpp: Changed to textfield so + that it is visibly editable. + * src/gui/item_amount.cpp: Converted to layout handler. 2007-11-13 Eugenio Favalli <elvenprogrammer@gmail.com> |