LIBOMV-613 added ToString() override for GroupTitle struct that retuns the title itself
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2942 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -92,6 +92,11 @@ namespace OpenMetaverse
|
||||
public string Title;
|
||||
/// <summary>Whether title is Active</summary>
|
||||
public bool Selected;
|
||||
/// <summary>Returns group title</summary>
|
||||
public override string ToString()
|
||||
{
|
||||
return Title;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user