~ubuntu-branches/ubuntu/karmic/xscreensaver/karmic

« back to all changes in this revision

Viewing changes to hacks/config/ant.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2006-07-29 23:00:43 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20060729230043-3ergkicskbntet5n
Tags: 4.24-5
remove /usr/doc/xscreensaver link to finish /usr/doc ->
/usr/share/doc transition (closes: #380394)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
  <select id="neighbors">
29
29
    <option id="rand" _label="Random Cell Shape"/>
30
 
    <option id="three" _label="Three Sided Cells" 
 
30
    <option id="three" _label="Three Sided Cells"
31
31
            arg-set="-neighbors 3"/>
32
32
    <option id="four" _label="Four Sided Cells"
33
33
            arg-set="-neighbors 4"/>
34
 
    <option id="six" _label="Six Sided Cells" enable="sharpturn"
 
34
    <option id="six" _label="Six Sided Cells"
35
35
            arg-set="-neighbors 6"/>
36
36
    <option id="nine" _label="Nine Sided Cells"
37
37
            arg-set="-neighbors 9"/>
38
 
    <option id="twelve" _label="Twelve Sided Cells" enable="sharpturn"
 
38
    <option id="twelve" _label="Twelve Sided Cells"
39
39
            arg-set="-neighbors 12"/>
40
40
  </select>
41
41