Changeset 876 for trunk/dll/notebook.c


Ignore:
Timestamp:
Nov 24, 2007, 12:51:23 AM (18 years ago)
Author:
Gregg Young
Message:

FM/2 no longer removes the Ext. Path for the archiver if the path is not found on startup. It asks if it sould remove it on close of the settings notebook if it is not found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r875 r876  
    213213          if (ulResult == MBID_CANCEL){
    214214            WinDlgBox(HWND_DESKTOP,
    215                     hwnd,
    216                     CfgDlgProc, FM3ModHandle, CFG_FRAME, (PVOID) "Archive");
     215                      hwnd, CfgDlgProc,
     216                      FM3ModHandle, CFG_FRAME,
     217                      (PVOID) "Archive");
    217218            break;
    218219          }
Note: See TracChangeset for help on using the changeset viewer.