diff options
Diffstat (limited to 'indra/llui/llurlaction.h')
-rw-r--r-- | indra/llui/llurlaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlaction.h b/indra/llui/llurlaction.h index c960d61ca0..8b7ab0e7c5 100644 --- a/indra/llui/llurlaction.h +++ b/indra/llui/llurlaction.h @@ -74,6 +74,8 @@ public: /// copy a Url to the clipboard static void copyURLToClipboard(std::string url); + static std::string getURLLabel(std::string url); + /// if the Url specifies an SL command in the form like 'app/{cmd}/{id}/*', show its profile static void showProfile(std::string url); static std::string getUserID(std::string url); |