diff options
| author | Leslie Linden <leslie@lindenlab.com> | 2011-06-24 10:32:58 -0400 | 
|---|---|---|
| committer | Leslie Linden <leslie@lindenlab.com> | 2011-06-24 10:32:58 -0400 | 
| commit | 019eae669eee8b3f877730b30c4f23b723fb907a (patch) | |
| tree | f71beee0c06bc7fa091e57116f416d5a9912b5c3 | |
| parent | cf7b10a289edf44f32537d585024a00e8d490265 (diff) | |
Removing mysterious "n" at the start of the file to fix the build.
| -rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index f23ae8c8ff..f39fbfc498 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -1,6 +1,6 @@ -n/**  - * @file llsidepanelmaininventory.cpp - * @brief Implementation of llsidepanelmaininventory. +/**  + * @file llpanelmaininventory.cpp + * @brief Implementation of llpanelmaininventory.   *   * $LicenseInfo:firstyear=2001&license=viewerlgpl$   * Second Life Viewer Source Code @@ -592,7 +592,7 @@ void LLPanelMainInventory::onFocusReceived()  	{  		outbox_panel->clearSelection();  	} -
 +  	sidepanel_inventory->updateVerbs();  } | 
