summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterwebcontent.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-07-21 13:02:55 -0700
committerMerov Linden <merov@lindenlab.com>2013-07-21 13:02:55 -0700
commitf44d24fafba7e8b9e8b5318602088a69d8da741c (patch)
tree22368a5136264ce223f90ab6cdccd906546ccfed /indra/newview/llfloaterwebcontent.h
parenteadb42eb9d202c38ca2761be07ee4376863550ce (diff)
ACME-734 : Fix : Factorize and clean up web browsing address, log and history code
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rwxr-xr-xindra/newview/llfloaterwebcontent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h
index 9d6d28bce0..5976474e0e 100755
--- a/indra/newview/llfloaterwebcontent.h
+++ b/indra/newview/llfloaterwebcontent.h
@@ -106,8 +106,8 @@ protected:
LLView* mBtnReload;
LLView* mBtnStop;
- std::string mCurrentURL;
- std::string mDisplayURL;
+ std::string mCurrentURL; // Current URL
+ std::string mDisplayURL; // URL being displayed in the address bar (can differ by trailing / leading space)
std::string mUUID;
bool mShowPageTitle;
bool mAllowNavigation;