diff options
Diffstat (limited to 'linden/indra/newview/llpanelmsgs.cpp')
-rw-r--r-- | linden/indra/newview/llpanelmsgs.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelmsgs.cpp b/linden/indra/newview/llpanelmsgs.cpp index 42af550..3ea7aa5 100644 --- a/linden/indra/newview/llpanelmsgs.cpp +++ b/linden/indra/newview/llpanelmsgs.cpp | |||
@@ -40,6 +40,8 @@ | |||
40 | #include "lluictrlfactory.h" | 40 | #include "lluictrlfactory.h" |
41 | #include "llfirstuse.h" | 41 | #include "llfirstuse.h" |
42 | 42 | ||
43 | #include "hippoGridManager.h" | ||
44 | |||
43 | //----------------------------------------------------------------------------- | 45 | //----------------------------------------------------------------------------- |
44 | LLPanelMsgs::LLPanelMsgs() : | 46 | LLPanelMsgs::LLPanelMsgs() : |
45 | LLPanel("Messages Panel") | 47 | LLPanel("Messages Panel") |
@@ -66,6 +68,7 @@ BOOL LLPanelMsgs::postBuild() | |||
66 | childSetValue("show_in_inventory", gSavedSettings.getBOOL("ShowInInventory")); | 68 | childSetValue("show_in_inventory", gSavedSettings.getBOOL("ShowInInventory")); |
67 | 69 | ||
68 | childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange")); | 70 | childSetValue("notify_money_change_checkbox", gSavedSettings.getBOOL("NotifyMoneyChange")); |
71 | childSetLabelArg("notify_money_change_checkbox", "[CURRENCY]", gHippoGridManager->getConnectedGrid()->getCurrencySymbol()); | ||
69 | 72 | ||
70 | return TRUE; | 73 | return TRUE; |
71 | } | 74 | } |