OSDN Git Service

SSTPのSenderを 'SSTP Bottle' から Application.Title に変更(Yasagure Clientに合わせた)
authornaru <bottle@mikage.to>
Fri, 12 Nov 2004 16:32:49 +0000 (16:32 +0000)
committernaru <bottle@mikage.to>
Fri, 12 Nov 2004 16:32:49 +0000 (16:32 +0000)
bottleclient/FMOExplorer.pas

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