Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/ExtPreviewDatamodule.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
|
|
|