aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterfriends.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterfriends.cpp')
-rw-r--r--linden/indra/newview/llfloaterfriends.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterfriends.cpp b/linden/indra/newview/llfloaterfriends.cpp
index 67803e1..6f792e0 100644
--- a/linden/indra/newview/llfloaterfriends.cpp
+++ b/linden/indra/newview/llfloaterfriends.cpp
@@ -4,6 +4,8 @@
4 * @date 2005-01-13 4 * @date 2005-01-13
5 * @brief Implementation of the friends floater 5 * @brief Implementation of the friends floater
6 * 6 *
7 * $LicenseInfo:firstyear=2005&license=viewergpl$
8 *
7 * Copyright (c) 2005-2007, Linden Research, Inc. 9 * Copyright (c) 2005-2007, Linden Research, Inc.
8 * 10 *
9 * Second Life Viewer Source Code 11 * Second Life Viewer Source Code
@@ -26,6 +28,7 @@
26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 28 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 29 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
28 * COMPLETENESS OR PERFORMANCE. 30 * COMPLETENESS OR PERFORMANCE.
31 * $/LicenseInfo$
29 */ 32 */
30 33
31 34
@@ -419,7 +422,7 @@ void LLPanelFriends::refreshUI()
419 single_selected = TRUE; 422 single_selected = TRUE;
420 if(num_selected > 1) 423 if(num_selected > 1)
421 { 424 {
422 childSetText("friend_name_label", "Multiple friends..."); 425 childSetText("friend_name_label", childGetText("Multiple"));
423 multiple_selected = TRUE; 426 multiple_selected = TRUE;
424 } 427 }
425 else 428 else
@@ -429,7 +432,7 @@ void LLPanelFriends::refreshUI()
429 } 432 }
430 else 433 else
431 { 434 {
432 childSetText("friend_name_label", ""); 435 childSetText("friend_name_label", LLString::null);
433 } 436 }
434 437
435 438