debugging aid
This commit is contained in:
parent
7826deeed5
commit
91629528ee
@ -22,5 +22,10 @@ namespace UniversalEditor.ObjectModels.Multimedia.Audio.Voicebank
|
||||
clone.Title = (mvarTitle.Clone() as string);
|
||||
return clone;
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return Title;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user