OSDN Git Service

EXECUTE/1.2を投げる際のSenderがデフォルトのままになっていたのを修正
authorYune Kotomi <yune@users.sourceforge.jp>
Thu, 8 Jul 2004 19:01:49 +0000 (19:01 +0000)
committerYune Kotomi <yune@users.sourceforge.jp>
Thu, 8 Jul 2004 19:01:49 +0000 (19:01 +0000)
bottleclient/FMOExplorer.pas

index be825e0..745b20a 100755 (executable)
@@ -100,6 +100,7 @@ begin
         lvwList.Items[i].SubItems[4] := '\90³\8fí';
       end else begin
         DirectSSTP.TargetHWnd := SakuraSeeker[i].HWnd;
+        DirectSSTP.SstpSender := 'SSTP Bottle';
         s := DirectSSTP.SstpEXECUTE('GetVersion');
         TmpStr := TStringList.Create;
         try