# Conflicts:
#	indra/newview/llworldmapmessage.cpp
This commit is contained in:
Ansariel
2026-03-12 18:25:16 +01:00
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -18155,7 +18155,7 @@ Change of this parameter will affect the layout of buttons in notification toast
<key>Type</key>
<string>S32</string>
<key>Value</key>
<integer>1</integer>
<integer>0</integer>
</map>
<key>WaterEditPresets</key>
<map>
+5
View File
@@ -553,6 +553,11 @@ void LLLandmarkActions::copySLURLtoClipboard(const LLUUID& landmarkInventoryItem
void copy_slurl_to_clipboard_callback(const std::string& slurl)
{
if (slurl.empty())
{
LLNotificationsUtil::add("LandmarkLocationUnknown");
return;
}
gViewerWindow->getWindow()->copyTextToClipboard(utf8str_to_wstring(slurl));
LLSD args;
args["SLURL"] = slurl;