<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,27 +1,29 @@
 require 'lib/setup.rb'
 
-Shoes.app(:height =&gt; 210, :width =&gt; 200,
+Shoes.app(:height =&gt; 230, :width =&gt; 240,
           :resizable =&gt; false, :title =&gt; &quot;OpenSprints&quot;) do
   extend RaceWindow
+  image &quot;http://forum.teambeerd.com/opensprints_logo_tiny.png&quot;
   subtitle &quot;OpenSprints&quot;
   stack do
-    button(&quot;Configuration&quot;, :width =&gt; 200) do
+    button(&quot;Configuration&quot;, :width =&gt; 240) do
       load 'lib/config_app.rb'
     end
 
-    button(&quot;Race a Tournament&quot;, :width =&gt; 200) do
+    button(&quot;Race a Tournament&quot;, :width =&gt; 240) do
       load 'lib/tournament_app.rb'
     end
 
-    button(&quot;Race with Names&quot;, :width =&gt; 200) do
+    button(&quot;Race with Names&quot;, :width =&gt; 240) do
       racers = BIKES.map{|b| Racer.new(:name =&gt; ask(b), :units =&gt; UNIT_SYSTEM)}
       race_window(Race.new(racers, $RACE_DISTANCE))
     end
 
-    button(&quot;Just Race!&quot;, :width =&gt; 200) do
+    button(&quot;Just Race!&quot;, :width =&gt; 240) do
       racers = BIKES.map{|b| Racer.new(:name =&gt; b, :units =&gt; UNIT_SYSTEM)}
       race_window(Race.new(racers, $RACE_DISTANCE))
     end
     
+    inscription link &quot;www.opensprints.org&quot;, :click =&gt;&quot;http://opensprints.org&quot;
   end
 end</diff>
      <filename>main.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>34a590e10d3a464ce0945d416925607c1e67d643</id>
    </parent>
  </parents>
  <author>
    <name>Evan Farrar</name>
    <email>evanfarrar@gmail.com</email>
  </author>
  <url>http://github.com/evanfarrar/opensprints/commit/996fe96ac4557b1907c3f014e7f17417b1c99f19</url>
  <id>996fe96ac4557b1907c3f014e7f17417b1c99f19</id>
  <committed-date>2009-03-15T12:12:52-07:00</committed-date>
  <authored-date>2009-03-15T12:12:52-07:00</authored-date>
  <message>Added the opensprints logo and a link to the opensprints site to the main window.</message>
  <tree>11ddf01291a4baf1d9293908f3c9811cf64916bf</tree>
  <committer>
    <name>Evan Farrar</name>
    <email>evanfarrar@gmail.com</email>
  </committer>
</commit>
