1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 01:27:35 -05:00

Fix sorting of saved sessions list box so Default Settings is back at

the top of the list instead of being filed under D

[originally from svn r686]
This commit is contained in:
Simon Tatham
2000-10-06 16:19:44 +00:00
parent 0129f94d1c
commit 82dcef256f
2 changed files with 22 additions and 8 deletions

View File

@ -568,7 +568,7 @@ static void sesssaver(struct ctlpos *cp, char *text,
cp->ypos += y + GAPBETWEEN;
doctl(cp, r, "LISTBOX",
WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL |
LBS_STANDARD | LBS_HASSTRINGS,
LBS_NOTIFY | LBS_HASSTRINGS,
WS_EX_CLIENTEDGE,
"", listid);
}