Changeset 892 for trunk/dll/viewer.c


Ignore:
Timestamp:
Dec 28, 2007, 8:20:34 PM (18 years ago)
Author:
Gregg Young
Message:

Dialog and menu changes for mailrun and use of WPURLDEFAULTSETTINGS for runftp and runhttp if not supplied by user (libpathstrict option added)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewer.c

    r879 r892  
    303303          WinEnableMenuItem(vw->hwndPopupMenu, MLE_BLOCKMENU, TRUE);
    304304        }
    305         if (!*ftprun)
     305        if (!*ftprun && !fFtpRunWPSDefault)
    306306          WinSendMsg(vw->hwndPopupMenu, MM_DELETEITEM,
    307307                     MPFROM2SHORT(MLE_VIEWFTP, FALSE), MPVOID);
    308         if (!*httprun)
     308        if (!*httprun && !fHttpRunWPSDefault)
    309309          WinSendMsg(vw->hwndPopupMenu, MM_DELETEITEM,
    310310                     MPFROM2SHORT(MLE_VIEWHTTP, FALSE), MPVOID);
Note: See TracChangeset for help on using the changeset viewer.