LIBOMV-965: wrong enum text, patch by MadpeterZond

This commit is contained in:
Latif Khalifa
2014-06-29 23:20:42 +02:00
parent f2d2d6b29d
commit dbcedbe365

View File

@@ -1,4 +1,4 @@
/*
/*
* Copyright (c) 2006-2014, openmetaverse.org
* All rights reserved.
*
@@ -410,7 +410,7 @@ namespace OpenMetaverse
[EnumInfo(Text = "Left Hip")]
LeftHip,
/// <summary>Left upper leg</summary>
[EnumInfo(Text = "Left Hip")]
[EnumInfo(Text = "Left Upper Leg")]
LeftUpperLeg,
/// <summary>Left lower leg</summary>
[EnumInfo(Text = "Left Lower Leg")]