diff options
author | Melanie | 2011-07-23 11:39:32 +0100 |
---|---|---|
committer | Melanie | 2011-07-23 11:39:32 +0100 |
commit | 96174595da269f50d37c88c213ad00b79a7c7c83 (patch) | |
tree | 59655d3f8d0681ef77c1d939480edb2e3765e66d /OpenSim/Framework | |
parent | Fix merge artefact (diff) | |
download | opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.zip opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.gz opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.bz2 opensim-SC_OLD-96174595da269f50d37c88c213ad00b79a7c7c83.tar.xz |
Fix LLTextBox to work with the updated libOMV
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 0a4dcac..80171b4 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1401,7 +1401,7 @@ namespace OpenSim.Framework | |||
1401 | void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt); | 1401 | void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt); |
1402 | 1402 | ||
1403 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); | 1403 | void SendChangeUserRights(UUID agentID, UUID friendID, int rights); |
1404 | void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId); | 1404 | void SendTextBoxRequest(string message, int chatChannel, string objectname, UUID ownerID, string ownerFirstName, string ownerLastName, UUID objectId); |
1405 | 1405 | ||
1406 | void StopFlying(ISceneEntity presence); | 1406 | void StopFlying(ISceneEntity presence); |
1407 | 1407 | ||