Changeset 1134


Ignore:
Timestamp:
Aug 30, 2008, 9:38:25 AM (17 years ago)
Author:
John Small
Message:

Ticket 259: Fix save of "TargetDir=<None>"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1131 r1134  
    28462846  }
    28472847
    2848   if (*targetdir && !fIsShutDownState) {
     2848  if (!fIsShutDownState) {
    28492849    sprintf(szKey, "%sTargetDir", szPrefix);
    28502850    PrfWriteProfileString(fmprof, FM3Str, szKey, targetdir);
Note: See TracChangeset for help on using the changeset viewer.