aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJacek Antonelli2008-11-29 21:19:57 -0600
committerJacek Antonelli2008-11-29 21:19:57 -0600
commitab87675230ce6139f57b5f19af66599ada9e270e (patch)
treee1316aff72cfcf152193c01b617a23901994ef1a /ChangeLog.txt
parentFixed inworld browser crash in Windows. (diff)
downloadmeta-impy-ab87675230ce6139f57b5f19af66599ada9e270e.zip
meta-impy-ab87675230ce6139f57b5f19af66599ada9e270e.tar.gz
meta-impy-ab87675230ce6139f57b5f19af66599ada9e270e.tar.bz2
meta-impy-ab87675230ce6139f57b5f19af66599ada9e270e.tar.xz
Remove preprocessor condition for grid selector.
The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 7324410..88829c9 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,12 @@
12008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> 12008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * linden/indra/newview/llpanellogin.cpp:
4 Remove preprocessor condition for grid selector.
5 The grid selector on the login screen will always show,
6 instead of only showing when the viewer was compiled
7 as LL_RELEASE_FOR_DOWNLOAD.
8
9
3 * linden/indra/newview/llappviewer.cpp: 10 * linden/indra/newview/llappviewer.cpp:
4 Stop console window from always showing up. 11 Stop console window from always showing up.
5 12