diff options
| author | Jonathan Yap <none@none> | 2012-06-09 11:43:39 -0400 |
|---|---|---|
| committer | Jonathan Yap <none@none> | 2012-06-09 11:43:39 -0400 |
| commit | b6df9b6d56108bcf4b3e8dfd875ef76a9b6f448b (patch) | |
| tree | 6b1f12b9235f3a2c6d785d91615ffa26ce32b650 /indra/newview/llpanelcontents.cpp | |
| parent | d61a5f743c5d3bde0146b036508485bfdc9c3cb5 (diff) | |
STORM-68 Fiddling with debugging for New Script case
Diffstat (limited to 'indra/newview/llpanelcontents.cpp')
| -rw-r--r-- | indra/newview/llpanelcontents.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelcontents.cpp b/indra/newview/llpanelcontents.cpp index f180afa037..db4b679c50 100644 --- a/indra/newview/llpanelcontents.cpp +++ b/indra/newview/llpanelcontents.cpp @@ -164,8 +164,8 @@ void LLPanelContents::onClickNewScript(void *userdata) PERM_ALL, PERM_NONE, PERM_NONE, - PERM_ALL); -// PERM_MOVE | LLFloaterPerms::getNextOwnerPerms("Scripts")); + // this does not work + PERM_MOVE | LLFloaterPerms::getNextOwnerPerms("Scripts")); std::string desc; LLViewerAssetType::generateDescriptionFor(LLAssetType::AT_LSL_TEXT, desc); LLPointer<LLViewerInventoryItem> new_item = |
