X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fc63575266e4a0fa3237bcf6bdecd4875f7823ef..ee5e66d8ffb8750a588db17306acfd3193cc10a9:/mac/macctrls.c 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"