Changeset 22215

Show
Ignore:
Timestamp:
10/27/08 14:47:08 (4 years ago)
Author:
CL
Message:

ユーザエージェント文字列でInDesignというのを、app.nameで生成させることにした。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/indesign/javascript/icalcalendar/trunk/icalcalendar.jsx

    r22176 r22215  
    251251                // コンストラクタ。ここでUser-Agent名や 
    252252                // timeout値など準備しておくといいよね 
    253                 this.userAgent = "InDesign/" + app.version +" " 
    254                 +'(Windows; U; Windows NT 6.0; ja;)'; 
     253                this.userAgent = app.name + "/" + app.version + " " 
     254                + "(Windows; U; Windows NT 6.0; ja;)"; 
    255255        }; 
    256256        Lwp.uri =function(uri) {