OSDN Git Service

過去ログを取得するときに”過去ログ倉庫入り”とメッセージを出すようにした
authorh677 <h677>
Thu, 30 Sep 2004 11:49:44 +0000 (11:49 +0000)
committerh677 <h677>
Thu, 30 Sep 2004 11:49:44 +0000 (11:49 +0000)
res/ExternalBoardPlugIn/ShitarabaJBBSPlugIn.dpr

index 6d773f5..5623a87 100644 (file)
@@ -3,7 +3,7 @@ library ShitarabaJBBSPlugIn;
 {
        ShitarabaJBBSPlugIn
        \82µ\82½\82ç\82Î\8f\88\97\9d\83\86\83j\83b\83g
-       $Id: ShitarabaJBBSPlugIn.dpr,v 1.35 2004/09/29 23:14:13 h677 Exp $
+       $Id: ShitarabaJBBSPlugIn.dpr,v 1.36 2004/09/30 11:49:44 h677 Exp $
 }
 
 uses
@@ -634,6 +634,8 @@ begin
                        //http://jbbs.shitaraba.com/game/3477/storage/1077473358.html
                        //\89ß\8b\8e\83\8d\83O
                        //tmpURL := URL;
+                       if Assigned( InternalPrint ) then
+                               InternalPrint( '\89ß\8b\8e\83\8d\83O\91q\8cÉ\93ü\82è' );
                        uri := TIdURI.Create( ReadURL );
                        uriList := TStringList.Create;
                        try