X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacctrls.c;h=e5e774d9e783d42d40e15466cdde1a1c95036adf;hb=12e019bafc75cb441e965c63e15dfceeaf71ca1e;hp=ea182c0f615bf51d6849bfa46771e526c0c14b7a;hpb=3aa041b157051dac53ee502d476257f68a9781c7;p=PuTTY.git diff --git a/mac/macctrls.c b/mac/macctrls.c index ea182c0f..e5e774d9 100644 --- a/mac/macctrls.c +++ b/mac/macctrls.c @@ -2327,6 +2327,17 @@ int dlg_coloursel_results(union control *ctrl, void *dlg, return 0; } +void dlg_label_change(union control *ctrl, void *dlg, char const *text) +{ + /* + * This function is currently only used by the config box to + * switch the labels on the host and port boxes between serial + * and network modes. Since the Mac port does not have a serial + * back end, this function can safely do nothing. + */ +} + + /* * Local Variables: * c-file-style: "simon"