diff options
author | Richard Nelson <none@none> | 2010-05-24 17:25:35 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-05-24 17:25:35 -0700 |
commit | 4ea7d2de9fcab4dd4694fcbbd2fece1c57f41d2c (patch) | |
tree | 227164fcefa99483f6f02dfed1edd5133810608e /indra/newview | |
parent | 2920d4c46f99c8c5bc8942a08a87fa204c57464b (diff) |
DEV-50271 FIX SLURL support for non-clickable display names
reviewed by James
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelplaceprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaceprofile.cpp b/indra/newview/llpanelplaceprofile.cpp index 4a5be96a5e..23171d5ff2 100644 --- a/indra/newview/llpanelplaceprofile.cpp +++ b/indra/newview/llpanelplaceprofile.cpp @@ -50,7 +50,7 @@ #include "llagentui.h" #include "llappviewer.h" #include "llcallbacklist.h" -#include "llfloaterbuycurrency.h" +#include "llbuycurrencyhtml.h" #include "llslurl.h" #include "llstatusbar.h" #include "llviewercontrol.h" |