aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorDavid Seikel2011-02-25 05:58:41 +1000
committerDavid Seikel2011-02-25 05:58:41 +1000
commit8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f (patch)
tree4cd1855e1658704d5eedd72dc64a95bc08b6c206 /linden/indra/newview/llagent.cpp
parentMerge branch 'weekly' into branding (diff)
downloadmeta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.zip
meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.gz
meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.bz2
meta-impy-8fa1dc90a9fec493b19604a4b4e08dc3208c7e8f.tar.xz
Unbranding. Todays word is "linden".
Diffstat (limited to 'linden/indra/newview/llagent.cpp')
-rw-r--r--linden/indra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 515d588..004cca1 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -6030,7 +6030,7 @@ void LLAgent::setHomePosRegion( const U64& region_handle, const LLVector3& pos_r
6030 6030
6031void LLAgent::takeHomeScreenshot() 6031void LLAgent::takeHomeScreenshot()
6032{ 6032{
6033 std::string snap_filename = gDirUtilp->getLindenUserDir(); 6033 std::string snap_filename = gDirUtilp->getViewerUserDir();
6034 snap_filename += gDirUtilp->getDirDelimiter(); 6034 snap_filename += gDirUtilp->getDirDelimiter();
6035 snap_filename += SCREEN_HOME_FILENAME; 6035 snap_filename += SCREEN_HOME_FILENAME;
6036 gViewerWindow->saveSnapshot(snap_filename, gViewerWindow->getWindowDisplayWidth(), gViewerWindow->getWindowDisplayHeight(), FALSE, FALSE); 6036 gViewerWindow->saveSnapshot(snap_filename, gViewerWindow->getWindowDisplayWidth(), gViewerWindow->getWindowDisplayHeight(), FALSE, FALSE);