From e62d7410ee0d4b3db1d0b5aaa247c14ad0f4091e Mon Sep 17 00:00:00 2001 From: Eugene Mutavchi Date: Mon, 16 Nov 2009 13:24:50 +0200 Subject: Fixed normal bug EXT-2376 (Friends List folder not being correctly identified/fetched) --HG-- branch : product-engine --- indra/newview/llfriendcard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llfriendcard.h') diff --git a/indra/newview/llfriendcard.h b/indra/newview/llfriendcard.h index 98dc3153d0..b94d5ec2c0 100644 --- a/indra/newview/llfriendcard.h +++ b/indra/newview/llfriendcard.h @@ -120,7 +120,7 @@ private: return (mBuddyIDSet.end() != mBuddyIDSet.find(avatarID)); } - const LLUUID& findChildFolderUUID(const LLUUID& parentFolderUUID, const std::string& folderLabel) const; + const LLUUID& findChildFolderUUID(const LLUUID& parentFolderUUID, const std::string& localizedName) const; const LLUUID& findFriendFolderUUIDImpl() const; const LLUUID& findFriendAllSubfolderUUIDImpl() const; const LLUUID& findFriendCardInventoryUUIDImpl(const LLUUID& avatarID); -- cgit v1.2.3