Rename box now properly aligned in the inventory panel. Commented out some ascent stuff pertaining to drag and drop because, well, it seemed weird.

This commit is contained in:
Shyotl
2012-03-19 23:32:48 -05:00
parent 406ff6872f
commit c07d90a2ba
4 changed files with 70 additions and 40 deletions

View File

@@ -3580,7 +3580,7 @@ void LLAppViewer::badNetworkHandler()
std::string grid_support_msg = "";
if (!gHippoGridManager->getCurrentGrid()->getSupportUrl().empty())
{
grid_support_msg = "\n\nOr visit the gird support page at: \n "
grid_support_msg = "\n\nOr visit the grid support page at: \n "
+ gHippoGridManager->getCurrentGrid()->getSupportUrl();
}
std::ostringstream message;