/[winpt]/trunk/Src/wptKeyserverDlg.cpp
ViewVC logotype

Diff of /trunk/Src/wptKeyserverDlg.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 164 by twoaday, Wed Jan 18 11:52:45 2006 UTC revision 165 by twoaday, Tue Jan 24 10:10:15 2006 UTC
# Line 560  keyserver_modify_dlg_proc (HWND dlg, UIN Line 560  keyserver_modify_dlg_proc (HWND dlg, UIN
560              }              }
561              ctx->proto = SendDlgItemMessage (dlg, IDC_KSERVADD_TYPES, CB_GETCURSEL, 0, 0);              ctx->proto = SendDlgItemMessage (dlg, IDC_KSERVADD_TYPES, CB_GETCURSEL, 0, 0);
562              ctx->cancel = false;              ctx->cancel = false;
563                ctx->name[0] = '\0';
564              if (!strstr (tmp, "://")) {              if (!strstr (tmp, "://")) {
565                  switch (ctx->proto) {                  switch (ctx->proto) {
566                  case KSPROTO_HTTP: strcpy (ctx->name, "http://"); break;                  case KSPROTO_HTTP: strcpy (ctx->name, "http://"); break;
# Line 568  keyserver_modify_dlg_proc (HWND dlg, UIN Line 569  keyserver_modify_dlg_proc (HWND dlg, UIN
569                  }                  }
570              }              }
571              strcat (ctx->name, tmp);              strcat (ctx->name, tmp);
572                ctx->cancel = false;
573              EndDialog (dlg, TRUE);              EndDialog (dlg, TRUE);
574              break;              break;
575    

Legend:
Removed from v.164  
changed lines
  Added in v.165

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26