diff options
author | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:42 -0500 |
commit | ce28e056c20bf2723f565bbf464b87781ec248a2 (patch) | |
tree | ef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/llfloaterbuildoptions.cpp | |
parent | Second Life viewer sources 1.19.1.4b (diff) | |
download | meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2 meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz |
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/llfloaterbuildoptions.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbuildoptions.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterbuildoptions.cpp b/linden/indra/newview/llfloaterbuildoptions.cpp index fac5ea3..377dd75 100644 --- a/linden/indra/newview/llfloaterbuildoptions.cpp +++ b/linden/indra/newview/llfloaterbuildoptions.cpp | |||
@@ -37,7 +37,7 @@ | |||
37 | #include "llviewerprecompiledheaders.h" | 37 | #include "llviewerprecompiledheaders.h" |
38 | 38 | ||
39 | #include "llfloaterbuildoptions.h" | 39 | #include "llfloaterbuildoptions.h" |
40 | #include "llvieweruictrlfactory.h" | 40 | #include "lluictrlfactory.h" |
41 | 41 | ||
42 | // library includes | 42 | // library includes |
43 | #include "llfontgl.h" | 43 | #include "llfontgl.h" |
@@ -79,7 +79,7 @@ void LLFloaterBuildOptions::show(void*) | |||
79 | { | 79 | { |
80 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); | 80 | LLFloaterBuildOptions* floater = new LLFloaterBuildOptions(); |
81 | 81 | ||
82 | gUICtrlFactory->buildFloater(floater, "floater_build_options.xml"); | 82 | LLUICtrlFactory::getInstance()->buildFloater(floater, "floater_build_options.xml"); |
83 | floater->open(); /*Flawfinder: ignore*/ | 83 | floater->open(); /*Flawfinder: ignore*/ |
84 | } | 84 | } |
85 | } | 85 | } |