mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 17:35:28 +00:00
by mk's request
svn path=/trunk/gtk-sharp/; revision=49376
This commit is contained in:
parent
85eee0cb43
commit
e4682de9cf
|
@ -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…
Reference in a new issue