]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - macosx/osxdlg.m
Bring the OS X front end up to date with recent changes to the main
[PuTTY.git] / macosx / osxdlg.m
index 094c9555cc0002039cedf238b5dfe08fc2daf3c5..295b675520d790c08a1b6afc81115016758b228a 100644 (file)
     ctrlbox = ctrl_new_box();
     setup_config_box(ctrlbox, FALSE /*midsession*/, aCfg.protocol,
                     0 /* protcfginfo */);
-    unix_setup_config_box(ctrlbox, FALSE /*midsession*/);
+    unix_setup_config_box(ctrlbox, FALSE /*midsession*/, aCfg.protocol);
 
     cfg = aCfg;                               /* structure copy */