From 9b9c11778cd5d71f3b238ca5bd5b69e118d97be9 Mon Sep 17 00:00:00 2001 From: Andrew Polunin Date: Thu, 19 Nov 2009 19:51:47 +0200 Subject: fixed minor bug EXT-1615 Landmark name is truncated before @ character after placing landmark on Favorites Bar --HG-- branch : product-engine --- indra/newview/llviewerinventory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llviewerinventory.h') diff --git a/indra/newview/llviewerinventory.h b/indra/newview/llviewerinventory.h index 529425aa25..d27faffdd9 100644 --- a/indra/newview/llviewerinventory.h +++ b/indra/newview/llviewerinventory.h @@ -81,6 +81,7 @@ public: virtual U32 getCRC32() const; // really more of a checksum. static BOOL extractSortFieldAndDisplayName(const std::string& name, S32* sortField, std::string* displayName); + static void insertDefaultSortField(std::string& name); // construct a complete viewer inventory item LLViewerInventoryItem(const LLUUID& uuid, const LLUUID& parent_uuid, -- cgit v1.2.3