diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 4456182..f2594a9 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -395,7 +395,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
395 | set { m_acceleration = value; } | 395 | set { m_acceleration = value; } |
396 | } | 396 | } |
397 | 397 | ||
398 | private string m_description = ""; | 398 | private string m_description = String.Empty; |
399 | 399 | ||
400 | public string Description | 400 | public string Description |
401 | { | 401 | { |
@@ -418,7 +418,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
418 | } | 418 | } |
419 | } | 419 | } |
420 | 420 | ||
421 | private string m_text = ""; | 421 | private string m_text = String.Empty; |
422 | 422 | ||
423 | public Vector3 SitTargetPosition | 423 | public Vector3 SitTargetPosition |
424 | { | 424 | { |
@@ -440,7 +440,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
440 | } | 440 | } |
441 | } | 441 | } |
442 | 442 | ||
443 | private string m_sitName = ""; | 443 | private string m_sitName = String.Empty; |
444 | 444 | ||
445 | public string SitName | 445 | public string SitName |
446 | { | 446 | { |
@@ -448,7 +448,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
448 | set { m_sitName = value; } | 448 | set { m_sitName = value; } |
449 | } | 449 | } |
450 | 450 | ||
451 | private string m_touchName = ""; | 451 | private string m_touchName = String.Empty; |
452 | 452 | ||
453 | public string TouchName | 453 | public string TouchName |
454 | { | 454 | { |