]> code.citadel.org Git - citadel.git/commitdiff
Sort the users
authorArt Cancro <ajc@citadel.org>
Sun, 9 May 1999 22:54:10 +0000 (22:54 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 9 May 1999 22:54:10 +0000 (22:54 +0000)
daphne/selectuser.cpp

index 163362c4e2e19b803168145fc07810802f695112..14791b08f5baee9066438822b44a8b7fff1f0ed8 100644 (file)
@@ -182,6 +182,9 @@ void SelectUser::AddLocalUsers(wxTreeCtrl *tree, CitClient *cit) {
                        new ReturnedUser(username)
                        );
        }
+
+       // FIX ... this has to be made case insensitive
+       tree->SortChildren(localusers);
 }