- コミット日時:
- 2008/09/13 18:51:11 (4 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/ThreadViewer/ThreadViewer-app.xml
r1207 r1306 2 2 <application xmlns="http://ns.adobe.com/air/application/1.0"> 3 3 <id>org.libspark.ThreadViewer</id> 4 <version>0. 5</version>4 <version>0.6</version> 5 5 <filename>ThreadViewer</filename> 6 6 <name>Thread Viewer</name> 7 <description>This is ActionScript Thread Viewer application</description>7 <description>This is ActionScript Thread Library Viewer Application</description> 8 8 <copyright>(c) daoki2 2008</copyright> 9 9 … … 14 14 <transparent>false</transparent> 15 15 <visible>false</visible> 16 <width> 640</width>17 <height>5 10</height>16 <width>780</width> 17 <height>520</height> 18 18 </initialWindow> 19 <icon> 20 <image16x16>icons/ThreadViewer_16.png</image16x16> 21 <image32x32>icons/ThreadViewer_32.png</image32x32> 22 <image48x48>icons/ThreadViewer_48.png</image48x48> 23 <image128x128>icons/ThreadViewer_128.png</image128x128> 24 </icon> 19 25 </application>

