diff options
author | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-04-26 20:06:23 -0700 |
commit | e563e2c2cc66fa9f3b47c4814d70f9800d957026 (patch) | |
tree | a2a9ca5bfeaf747b76b744f007da061ad15110c2 /linden/indra/newview/llfloaterpostcard.cpp | |
parent | Merge commit 'jacek/next' into next (diff) | |
download | meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.zip meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.gz meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.bz2 meta-impy-e563e2c2cc66fa9f3b47c4814d70f9800d957026.tar.xz |
Ported currency changes from Hippo (#237) and fixed some labels Hippo missed (also fixed #200 in the process)
Diffstat (limited to 'linden/indra/newview/llfloaterpostcard.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterpostcard.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp index b0ab0f9..41b6515 100644 --- a/linden/indra/newview/llfloaterpostcard.cpp +++ b/linden/indra/newview/llfloaterpostcard.cpp | |||
@@ -66,6 +66,8 @@ | |||
66 | 66 | ||
67 | #include <boost/regex.hpp> //boost.regex lib | 67 | #include <boost/regex.hpp> //boost.regex lib |
68 | 68 | ||
69 | #include "hippoGridManager.h" | ||
70 | |||
69 | ///---------------------------------------------------------------------------- | 71 | ///---------------------------------------------------------------------------- |
70 | /// Local function declarations, constants, enums, and typedefs | 72 | /// Local function declarations, constants, enums, and typedefs |
71 | ///---------------------------------------------------------------------------- | 73 | ///---------------------------------------------------------------------------- |
@@ -355,6 +357,7 @@ bool LLFloaterPostcard::missingSubjMsgAlertCallback(const LLSD& notification, co | |||
355 | if((childGetValue("subject_form").asString()).empty()) | 357 | if((childGetValue("subject_form").asString()).empty()) |
356 | { | 358 | { |
357 | // Stuff the subject back into the form. | 359 | // Stuff the subject back into the form. |
360 | childSetTextArg("default_subject", "[GRID_NAME]", gHippoGridManager->getConnectedGrid()->getGridName()); | ||
358 | childSetValue("subject_form", getString("default_subject")); | 361 | childSetValue("subject_form", getString("default_subject")); |
359 | } | 362 | } |
360 | 363 | ||