diff options
Diffstat (limited to 'linden/indra/newview/llstartup.cpp')
-rw-r--r-- | linden/indra/newview/llstartup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llstartup.cpp b/linden/indra/newview/llstartup.cpp index e83aa0d..54161c0 100644 --- a/linden/indra/newview/llstartup.cpp +++ b/linden/indra/newview/llstartup.cpp | |||
@@ -2124,7 +2124,7 @@ BOOL idle_startup() | |||
2124 | // request mute list | 2124 | // request mute list |
2125 | gMuteListp->requestFromServer(gAgent.getID()); | 2125 | gMuteListp->requestFromServer(gAgent.getID()); |
2126 | 2126 | ||
2127 | // Get money and ownership credit information | 2127 | // Get L$ and ownership credit information |
2128 | msg->newMessageFast(_PREHASH_MoneyBalanceRequest); | 2128 | msg->newMessageFast(_PREHASH_MoneyBalanceRequest); |
2129 | msg->nextBlockFast(_PREHASH_AgentData); | 2129 | msg->nextBlockFast(_PREHASH_AgentData); |
2130 | msg->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); | 2130 | msg->addUUIDFast(_PREHASH_AgentID, gAgent.getID()); |
@@ -2320,7 +2320,7 @@ BOOL idle_startup() | |||
2320 | gViewerWindow->sendShapeToSim(); | 2320 | gViewerWindow->sendShapeToSim(); |
2321 | 2321 | ||
2322 | // Ignore stipend information for now. Money history is on the web site. | 2322 | // Ignore stipend information for now. Money history is on the web site. |
2323 | // if needed, show the money history window | 2323 | // if needed, show the L$ history window |
2324 | //if (stipend_since_login && !gNoRender) | 2324 | //if (stipend_since_login && !gNoRender) |
2325 | //{ | 2325 | //{ |
2326 | //} | 2326 | //} |