summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:03:43 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-10-21 19:03:43 +0000
commit18c675031f718523586e72f5e1450bb33d457841 (patch)
tree0ddf923be1033a654bea57b8367fba1babc2b13f /ChangeLog
parent963340edef64e5823e514d0c4bebe51fc428ba51 (diff)
downloadmana-client-18c675031f718523586e72f5e1450bb33d457841.tar.gz
mana-client-18c675031f718523586e72f5e1450bb33d457841.tar.bz2
mana-client-18c675031f718523586e72f5e1450bb33d457841.tar.xz
mana-client-18c675031f718523586e72f5e1450bb33d457841.zip
Fixed missing pixels at bottom and right.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00132908..5802edbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,7 @@
* src/resources/action.cpp: Fixed double-free of sprite actions.
* data/maps/new_1-1.tmx: Added back a Lua script for testing.
* src/gui/trade.cpp: Added persistent positioning.
+ * src/gui/menuwindow.cpp: Fixed missing pixels at bottom and right.
2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com>