summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-11-05 01:47:44 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-11-05 01:47:44 +0000
commit9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1 (patch)
treeba0bf36049b125030e0bb2e26e7f755fe8f98723 /ChangeLog
parent6a1702f014db23b5330e9b93e773b652d03c2ed1 (diff)
downloadmana-client-9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1.tar.gz
mana-client-9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1.tar.bz2
mana-client-9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1.tar.xz
mana-client-9e70df3a6ac53f9900f7e4cbf6dbe40e53e0ddc1.zip
Added item's pictures in sell dialogs, and precisions about the total money in it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 950ac45f..d772a279 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
src/gui/shoplistbox.cpp: Added pictures to items in buy dialogs.
Also too expensive items are highlighted in gray and can't be
selected.
+ * src/gui/shop.cpp, src/gui/shop.h, src/gui.sell.h, src/gui/sell.cpp,
+ src/net/buysellhandler.cpp, src/gui/shoplistbox.h,
+ src/gui/shoplistbox.cpp: Added item's pictures in sell dialogs, and
+ precisions about the total money in it.
2006-11-05 Björn Steinbrink <B.Steinbrink@gmx.de>