Merge branch 'master' of github.com:Beeks/Ascent

This commit is contained in:
Beeks
2010-09-16 16:02:28 -04:00
3 changed files with 5 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ if (VIEWER)
endif (LINUX)
add_subdirectory(${VIEWER_PREFIX}newview)
add_dependencies(viewer secondlife-bin)
add_dependencies(viewer Ascent)
endif (VIEWER)
# Linux builds the viewer and server in 2 separate projects

View File

@@ -240,8 +240,8 @@ void LLPanelFriends::populateContactGroupSelect()
if ((name == ".") || (name == "..")) continue;
combo->add(name, ADD_BOTTOM);
LLChat msg("Combo Add " + name);
LLFloaterChat::addChat(msg);
//LLChat msg("Combo Add " + name);
//LLFloaterChat::addChat(msg);
}
}
}

View File

@@ -44,9 +44,9 @@
height="18" left="-235" name="buddy_search_lineedit"
tool_tip="The friend name you want to search for" width="130" />
<pad bottom="-7" height="0" left="-90" width="1" />
<button bottom_delta="-25" follows="top|right" height="22" label="Set Contact"
<!--<button bottom_delta="-25" follows="top|right" height="22" label="Set Contact"
left_delta="0" name="assign_btn" tool_tip="Asign a friend to a Contact Group"
width="80" />
width="80" />-->
<button bottom_delta="-25" follows="top|right" height="22" label="IM/Call"
left_delta="0" name="im_btn" tool_tip="Open Instant Message session"
width="80" />