1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Improve the tab order in the Tunnels box: the `Add' button should

happen _after_ all the controls that set up the forwarding, since
that's the obvious order you'd want to use them in.

[originally from svn r2346]
This commit is contained in:
Simon Tatham
2002-12-18 11:49:14 +00:00
parent 99b870dbc6
commit 297e5d8e45
3 changed files with 22 additions and 11 deletions

View File

@ -170,7 +170,8 @@ void progressbar(struct ctlpos *cp, int id);
void fwdsetter(struct ctlpos *cp, int listid, char *stext, int sid,
char *e1stext, int e1sid, int e1id,
char *e2stext, int e2sid, int e2id,
char *btext, int bid);
char *btext, int bid,
char *r1text, int r1id, char *r2text, int r2id);
/*
* Exports from windlg.c.