mirror of https://github.com/deavminet/gustav.git
Comment change
This commit is contained in:
parent
58951da6b0
commit
638b1bfa9b
|
@ -48,7 +48,7 @@ public final class ProfileWindow
|
|||
string[] props = connection.getClient().getProperties(username);
|
||||
profileBox.add(new Label(to!(string)(props)));
|
||||
|
||||
/* Display all prop values */
|
||||
/* Display all props (values) */
|
||||
string[] propValues;
|
||||
foreach(string property; props)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue