Changeset 1402 for trunk/dll/newview.c


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r1400 r1402  
    40664066  if (ParentIsDesktop(hwndParent, hwndParent))
    40674067    FrameFlags |= FCF_TASKLIST;
    4068   // saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"\"%s\"\r\rparent %s desktop",filename,(ParentIsDesktop(hwndParent,hwndParent)) ? "is" : "isn't");
    40694068  hwndFrame = WinCreateStdWindow(hwndParent,
    40704069                                 0,
Note: See TracChangeset for help on using the changeset viewer.