aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorMelanie2011-07-23 11:39:32 +0100
committerMelanie2011-07-23 11:39:32 +0100
commit96174595da269f50d37c88c213ad00b79a7c7c83 (patch)
tree59655d3f8d0681ef77c1d939480edb2e3765e66d /OpenSim/Framework
parentFix merge artefact (diff)
downloadopensim-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.cs2
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