diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:06:57 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-21 19:06:57 +0000 |
commit | 7afe9d904f11fc65f02959798dfc6abb3660d660 (patch) | |
tree | b2b958d9fbd5af02d3885985f860240e214cef66 /ChangeLog | |
parent | 0b478a22bfd5134dd6f43b5e4ade3ebacd8777f1 (diff) | |
download | mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.gz mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.bz2 mana-7afe9d904f11fc65f02959798dfc6abb3660d660.tar.xz mana-7afe9d904f11fc65f02959798dfc6abb3660d660.zip |
Converted dialog box to layout handler.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ * src/gui/menuwindow.cpp: Fixed missing pixels at bottom and right. * src/gui/window.cpp, src/gui/window.h: Changed to use default values when restoring missing settings. + * src/gui/buy.cpp, src/gui/buy.h: Converted to layout handler. 2007-10-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> |