OSDN Git Service

Check if ghost file exists on startup
authornaru <bottle@mikage.to>
Sun, 6 Apr 2003 12:15:51 +0000 (12:15 +0000)
committernaru <bottle@mikage.to>
Sun, 6 Apr 2003 12:15:51 +0000 (12:15 +0000)
SVG.dpr

diff --git a/SVG.dpr b/SVG.dpr
index ec019dd..73fe218 100644 (file)
--- a/SVG.dpr
+++ b/SVG.dpr
@@ -36,6 +36,8 @@ begin
   finally
     Ini.Free;
   end;
+  if not FileExists(GhostFile) then
+    ShowMessage('SVG.dll Warning: Ghost file is not specified');
   Ghost2File := TStringList.Create;
 end;