diff options
author | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:56 -0500 |
commit | c07901e29ed545bbb02e3bddf148fe1104b94e9f (patch) | |
tree | f1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/newview/llnetmap.cpp | |
parent | Second Life viewer sources 1.15.0.2 (diff) | |
download | meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2 meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz |
Second Life viewer sources 1.15.1.3
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llnetmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llnetmap.cpp b/linden/indra/newview/llnetmap.cpp index 35774cb..2105521 100644 --- a/linden/indra/newview/llnetmap.cpp +++ b/linden/indra/newview/llnetmap.cpp | |||
@@ -103,7 +103,7 @@ LLNetMap::LLNetMap( | |||
103 | LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 ); | 103 | LLRect major_dir_rect( 0, DIR_HEIGHT, DIR_WIDTH, 0 ); |
104 | 104 | ||
105 | mTextBoxNorth = new LLTextBox( "N", major_dir_rect ); | 105 | mTextBoxNorth = new LLTextBox( "N", major_dir_rect ); |
106 | mTextBoxNorth->setDropshadowVisible( TRUE ); | 106 | mTextBoxNorth->setFontStyle(LLFontGL::DROP_SHADOW_SOFT); |
107 | addChild( mTextBoxNorth ); | 107 | addChild( mTextBoxNorth ); |
108 | 108 | ||
109 | LLColor4 minor_color( 1.f, 1.f, 1.f, .7f ); | 109 | LLColor4 minor_color( 1.f, 1.f, 1.f, .7f ); |