Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/ExtPreviewDatamodule.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by h677, Tue Mar 4 15:28:48 2008 UTC revision 1.3 by h677, Thu Mar 13 16:41:49 2008 UTC
# Line 172  begin Line 172  begin
172          end;          end;
173    
174          if (rc = ID_YES) then begin          if (rc = ID_YES) then begin
175              GikoSys.CreateProcess(              // 特殊コマンド
176                  FExecCommand.Command, '"' + FExecCommand.ToURL + '"');              // nop 何もしない
177                if (AnsiLowerCase(FExecCommand.Command) <> 'nop') then begin
178                    GikoSys.CreateProcess(
179                        FExecCommand.Command, '"' + FExecCommand.ToURL + '"');
180                end;
181          end;          end;
182      end;      end;
183  end;  end;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26