summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-04 22:02:33 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-08-04 22:02:33 +0000
commit9d544432e02295a078129e2314ee940cca023ae8 (patch)
tree89a821887bd56c53a604a0727f8f874b43ca052d /ChangeLog
parent9eed8feb838c31368dba6cd9716f67d800bf6e3b (diff)
downloadmana-client-9d544432e02295a078129e2314ee940cca023ae8.tar.gz
mana-client-9d544432e02295a078129e2314ee940cca023ae8.tar.bz2
mana-client-9d544432e02295a078129e2314ee940cca023ae8.tar.xz
mana-client-9d544432e02295a078129e2314ee940cca023ae8.zip
Made the paths to some graphics being determined dynamically.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f41d7f6..ff58f119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
path.
* src/gui/browserbox.cpp: Make use of then new resource manager method to
determine the real path of a file.
+ * src/gui/gui.cpp: Dynamically determine the path to graphic files instead
+ of using the try-catch fallback method.
2005-08-03 Andrej Sinicyn <andrej4000@gmail.com>