summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-08 09:59:13 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-08 09:59:13 +0000
commitdc171fd00cd575d76b51501d6ce68b68faefe2e7 (patch)
tree4988656ebffb2c38712d689f36f29bfd67f9eade /ChangeLog
parent22e0f62f96c9b610569f21b4b6a8303966fdae2b (diff)
downloadmana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.gz
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.bz2
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.tar.xz
mana-client-dc171fd00cd575d76b51501d6ce68b68faefe2e7.zip
Moved equipment background to the gui directory. Changed name to lowercase only.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e229fe5d..3b6f5d94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
+2007-08-08 Guillaume Melquiond <guillaume.melquiond@gmail.com>
+
+ * src/gui/equipmentwindow.cpp, data/graphics/gui/Makefile.am,
+ data/graphics/images/EquipBackground.png: Moved equipment background to
+ the gui directory. Changed name to lowercase only.
+
2007-08-08 Josh Langley <joshlangley[at]optusnet.com.au>
+
* src/equipment.h, src/gui/equipmentwindow.cpp, src/gui/equipmentwindow.h,
src/localplayer.cpp, src/net/gameserver/player.cpp,
src/net/gameserver/player.h, data/graphics/images/EquipBackground.png:
@@ -34,7 +41,7 @@
* src/gui/inventory.cpp: Completed marking of translatable strings for
inventory window.
* po/tmw.pot: Updated with new translatable strings.
- * po/fr.po: Completed translation of inventory window in french.
+ * po/fr.po: Completed translation of inventory window in French.
* src/resources/gettext.h, src/main.cpp: Moved header to utils
directory.
* src/utils/tostring.h: Fixed typo in macro guard.
@@ -49,7 +56,7 @@
* src/gui/inventorywindow.cpp: Marked a few strings as translatable for
testing purpose.
* po/tmw.pot: Generated the main template.
- * po/LINGUAS, po/fr.po: Added the french translation.
+ * po/LINGUAS, po/fr.po: Added French translation.
2007-08-01 Guillaume Melquiond <guillaume.melquiond@gmail.com>