Changeset 369
- Timestamp:
- Feb 5, 2010, 9:00:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/CmdLineParameterUnit.pas
r350 r369 159 159 var 160 160 tmpWindowPosition : TWindowPosition; 161 i : integer; 161 162 begin 162 163 LogEvent(LogStartup, '''' + commandLine + ''''); … … 187 188 LogEvent(LogStartup, ' ownerWindow: ' + intToStr(getOwnerWindow)); 188 189 LogEvent(LogStartup, ' windowTitle: ' + getWindowTitle); 190 191 if nil <> nhmDebugMessages then 192 begin 193 LogEvent(LogStartup, ''); 194 LogEvent(LogStartup, '---- NHM DebugMessages ----'); 195 for i := 0 to nhmDebugMessages.count-1 do 196 begin 197 LogEvent(LogStartup, ' ' + nhmDebugMessages[i]); 198 end; 199 end; 200 189 201 end; 190 202
Note:
See TracChangeset
for help on using the changeset viewer.