by mk's request
svn path=/trunk/gtk-sharp/; revision=49376
This commit is contained in:
parent
85eee0cb43
commit
e4682de9cf
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ namespace Gtk {
|
|||
int col = attr.Column;
|
||||
|
||||
if (getters [col] != null)
|
||||
throw new Exception ("You have two TreeNodeValueAttributes with the same column");
|
||||
throw new Exception (String.Format ("You have two TreeNodeValueAttributes with the Column={0}", col));
|
||||
|
||||
getters [col] = mi;
|
||||
Type t = mi is PropertyInfo ? ((PropertyInfo) mi).PropertyType
|
||||
|
|
Loading…
Add table
Reference in a new issue