~ubuntu-branches/ubuntu/intrepid/blender/intrepid-updates

« back to all changes in this revision

Viewing changes to release/windows/installer/data.ini

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois
  • Date: 2008-08-08 02:45:40 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080808024540-kkjp7ekfivzhuw3l
Tags: 2.46+dfsg-4
* Fix python syntax warning in import_dxf.py, which led to nasty output
  in installation/upgrade logs during byte-compilation, using a patch
  provided by the script author (Closes: #492280):
   - debian/patches/45_fix_python_syntax_warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Settings]
2
 
NumFields=4
3
 
 
4
 
[Field 1]
5
 
Type=label
6
 
Text=Please specify where you wish to install Blender's User Data files.
7
 
Left=0
8
 
Right=-1
9
 
Top=0
10
 
Bottom=10
11
 
 
12
 
[Field 2]
13
 
Type=RadioButton
14
 
Text=Use Application Data Directory (Win2k/XP only)
15
 
Left=0
16
 
Right=-1
17
 
Top=20
18
 
Bottom=30
19
 
 
20
 
[Field 3]
21
 
Type=RadioButton
22
 
Text=Use Installation Directory (ie. location chosen to install blender.exe).
23
 
Left=0
24
 
Right=-1
25
 
Top=40
26
 
Bottom=50
27
 
 
28
 
[Field 4]
29
 
Type=RadioButton
30
 
Text=I have defined a %HOME% variable, please install files here.
31
 
Left=0
32
 
Right=-1
33
 
Top=60
34
 
Bottom=70