• R/O
  • HTTP
  • SSH
  • HTTPS

svg-dll: Commit

SVG (SSTP-Viewer Ghost) 用プラグイン


Commit MetaInfo

Revisioncfec6bbff4a993e1d8c6b6a9bcd6b57a9a44fe02 (tree)
Time2003-04-06 21:15:51
Authornaru <bottle@mika...>
Commiternaru

Log Message

Check if ghost file exists on startup

Change Summary

Incremental Difference

--- a/SVG.dpr
+++ b/SVG.dpr
@@ -36,6 +36,8 @@ begin
3636 finally
3737 Ini.Free;
3838 end;
39+ if not FileExists(GhostFile) then
40+ ShowMessage('SVG.dll Warning: Ghost file is not specified');
3941 Ghost2File := TStringList.Create;
4042 end;
4143
Show on old repository browser