diff options
author | Jacek Antonelli | 2009-05-30 19:12:56 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-05-30 19:12:56 -0500 |
commit | c58dec4a84c9da11e393e750a6a4fd73ebcc494a (patch) | |
tree | f1cb633bb19bc61097f0233c112e190c9c703f97 /linden/indra/newview/llfloaterbeacons.h | |
parent | Merged SL 1.22.11 into Imprudence 1.1 RC2. (diff) | |
download | meta-impy-c58dec4a84c9da11e393e750a6a4fd73ebcc494a.zip meta-impy-c58dec4a84c9da11e393e750a6a4fd73ebcc494a.tar.gz meta-impy-c58dec4a84c9da11e393e750a6a4fd73ebcc494a.tar.bz2 meta-impy-c58dec4a84c9da11e393e750a6a4fd73ebcc494a.tar.xz |
Use BeaconsEnabled instead of BeaconAlwaysOn in new 1.22 code.
Diffstat (limited to 'linden/indra/newview/llfloaterbeacons.h')
-rw-r--r-- | linden/indra/newview/llfloaterbeacons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterbeacons.h b/linden/indra/newview/llfloaterbeacons.h index 29aac17..15b1385 100644 --- a/linden/indra/newview/llfloaterbeacons.h +++ b/linden/indra/newview/llfloaterbeacons.h | |||
@@ -43,7 +43,7 @@ public: | |||
43 | /*virtual*/ BOOL postBuild(); | 43 | /*virtual*/ BOOL postBuild(); |
44 | 44 | ||
45 | // Needed to make the floater visibility toggle the beacons. | 45 | // Needed to make the floater visibility toggle the beacons. |
46 | // Too bad we can't just add control_name="BeaconAlwaysOn" to the XML. | 46 | // Too bad we can't just add control_name="BeaconsEnabled" to the XML. |
47 | /*virtual*/ void open(); | 47 | /*virtual*/ void open(); |
48 | /*virtual*/ void close(bool app_quitting); | 48 | /*virtual*/ void close(bool app_quitting); |
49 | 49 | ||