diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 17:55:49 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-01 17:55:49 -0800 |
commit | 125bdb31b05d2d8791f8ec5c3c5000c4d7a54060 (patch) | |
tree | 108cbcb67c28ed349a8e8a21b63a1d84ec092aa6 /indra/newview/llviewerdisplay.cpp | |
parent | 2beb9c1903bc4164fe9e57c4a2eb1cc42d413ef4 (diff) |
Renaming the pathfinding console to be pathfinding setup.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 3e21334cd4..719f560101 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -78,7 +78,7 @@ #include "llwaterparammanager.h" #include "llpostprocess.h" #include "LLPathingLib.h" -#include "llfloaterpathfindingconsole.h" +#include "llfloaterpathfindingsetup.h" #include "llfloaterreg.h" extern LLPointer<LLViewerTexture> gStartTexture; |