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

Add a Change Settings dialogue box. Doesn't do anything yet.

[originally from svn r5216]
This commit is contained in:
Owen Dunn
2005-01-26 23:30:34 +00:00
parent 3f725a56ef
commit 2374544eb3
7 changed files with 63 additions and 18 deletions

View File

@ -1,4 +1,4 @@
/* $Id: macctrls.c,v 1.42 2003/05/10 20:51:39 ben Exp $ */
/* $Id$ */
/*
* Copyright (c) 2003 Ben Harris
* All rights reserved.
@ -248,6 +248,7 @@ void macctrl_layoutbox(struct controlbox *cb, WindowPtr window,
mcs->focus = NULL;
mcs->defbutton = NULL;
mcs->canbutton = NULL;
mcs->curpanel = 1;
/* Count the number of panels */
mcs->npanels = 1;
for (i = 1; i < cb->nctrlsets; i++)