]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - source.cc
* localdir.cc: new, local package directory selection dialog; cd
[cygwin-apps/setup.git] / source.cc
index 7cae72502ebdfa0a36b3b7b729021b1d66ddcff2..e5400aeec6071672d71ae233fd62c390c6e4db94 100644 (file)
--- a/source.cc
+++ b/source.cc
@@ -65,16 +65,7 @@ dialog_cmd (HWND h, int id, HWND hwndctl, UINT code)
 
     case IDOK:
       save_dialog (h);
-      switch (source)
-       {
-       case IDC_SOURCE_DOWNLOAD:
-         NEXT (IDD_NET);
-         break;
-       case IDC_SOURCE_NETINST:
-       case IDC_SOURCE_CWD:
-         NEXT (IDD_ROOT);
-         break;
-       }
+      NEXT (IDD_LOCAL_DIR);
       break;
 
     case IDC_BACK:
This page took 0.025795 seconds and 5 git commands to generate.