diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 9b137b7..6c42d03 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -957,7 +957,7 @@ namespace OpenSim.Framework | |||
957 | void SendAgentAlertMessage(string message, bool modal); | 957 | void SendAgentAlertMessage(string message, bool modal); |
958 | void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url); | 958 | void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url); |
959 | 959 | ||
960 | void SendDialog(string objectname, UUID objectID, UUID ownerID, string msg, UUID textureID, int ch, | 960 | void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, |
961 | string[] buttonlabels); | 961 | string[] buttonlabels); |
962 | 962 | ||
963 | bool AddMoney(int debit); | 963 | bool AddMoney(int debit); |