diff options
author | McCabe Maxsted | 2011-06-10 20:15:07 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-06-10 20:15:07 -0700 |
commit | 3e86e9171fe6c1dcad25f8ca0cd25b1dfa2fe85e (patch) | |
tree | ec555f027d160c2db76889dfd15d5dea33178757 /linden/indra/newview/llprefsadvanced.h | |
parent | Show tooltips on profile pick tabs (lousy workaround for most names being too... (diff) | |
download | meta-impy-3e86e9171fe6c1dcad25f8ca0cd25b1dfa2fe85e.zip meta-impy-3e86e9171fe6c1dcad25f8ca0cd25b1dfa2fe85e.tar.gz meta-impy-3e86e9171fe6c1dcad25f8ca0cd25b1dfa2fe85e.tar.bz2 meta-impy-3e86e9171fe6c1dcad25f8ca0cd25b1dfa2fe85e.tar.xz |
Added AO toolbar option to preferences > advanced
Diffstat (limited to 'linden/indra/newview/llprefsadvanced.h')
-rw-r--r-- | linden/indra/newview/llprefsadvanced.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llprefsadvanced.h b/linden/indra/newview/llprefsadvanced.h index b863db3..9f02cbf 100644 --- a/linden/indra/newview/llprefsadvanced.h +++ b/linden/indra/newview/llprefsadvanced.h | |||
@@ -64,6 +64,7 @@ private: | |||
64 | LLColor4 mCloudEndColor; | 64 | LLColor4 mCloudEndColor; |
65 | LLUUID mCloudTextureID; | 65 | LLUUID mCloudTextureID; |
66 | BOOL mWLControl; | 66 | BOOL mWLControl; |
67 | BOOL mAOControl; | ||
67 | }; | 68 | }; |
68 | 69 | ||
69 | #endif // LLPREFSADVANCED_H | 70 | #endif // LLPREFSADVANCED_H |