]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - macosx/osxctrls.m
Support for Windows PuTTY connecting straight to a local serial port
[PuTTY.git] / macosx / osxctrls.m
index e3780ff682d402fb085697df18c497f6ee0b067c..12e813c9058cb0e63a3a04440039b375e786d0fd 100644 (file)
@@ -1686,6 +1686,17 @@ void dlg_text_set(union control *ctrl, void *dv, char const *text)
     [c->textview setString:[NSString stringWithCString:text]];
 }
 
+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 OS X does not (yet?) have a serial
+     * back end, this function can safely do nothing for the
+     * moment.
+     */
+}
+
 void dlg_filesel_set(union control *ctrl, void *dv, Filename fn)
 {
     /* FIXME */