Skip to content

Commit

Permalink
Cleaning up GigaPan Desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Aug 1, 2009
1 parent a09aa6c commit f127433
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
</natures>
<linkedResources>
<link>
<name>[source path] OPENZOOM_SDK-src</name>
<name>[source path] OpenZoom SDK</name>
<type>2</type>
<locationURI>OPENZOOM_SDK/src</locationURI>
</link>
<link>
<name>[source path] as3corelib-src</name>
<name>[source path] as3corelib</name>
<type>2</type>
<locationURI>OPENZOOM_SDK/lib/as%2533corelib/src</locationURI>
<locationURI>OPENZOOM_SDK/lib/as3corelib/src</locationURI>
</link>
</linkedResources>
</projectDescription>
13 changes: 10 additions & 3 deletions src/GigaPanDesktop-app.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,17 @@
<!-- The icon the system uses for the application. For at least one resolution,
specify the path to a PNG file included in the AIR package. Optional. -->
<icon>
<image16x16>icons/gigapan-16x16.png</image16x16>
<image32x32>icons/gigapan-32x32.png</image32x32>
<image48x48>icons/gigapan-48x48.png</image48x48>
<image16x16></image16x16>
<image32x32></image32x32>
<image48x48></image48x48>
</icon>
<!--
<icon>
<image16x16>../assets/icons/gigapan-16x16.png</image16x16>
<image32x32>../assets/icons/gigapan-32x32.png</image32x32>
<image48x48>../assets/icons/gigapan-48x48.png</image48x48>
</icon>
-->

<!-- Whether the application handles the update when a user double-clicks an update version
of the AIR file (true), or the default AIR application installer handles the update (false).
Expand Down

0 comments on commit f127433

Please sign in to comment.