Statistics
| Revision:

root / branches / v2_0_0_prep / build / projects / gvsig-standard / gvsig-standard-installer / src / main / installjammer / README.txt @ 34500

History | View | Annotate | Download (977 Bytes)

1
The files with the .msg extension are text catalogs per language, used by
2
InstallJammer. 
3

    
4
Those ones override the definitions found in the standard InstallJammer 
5
installation. This is the standard way to change the InstallJammer texts 
6
without changing the original files into the InstallJammer installation: copy
7
them next to the project file (.mpi). 
8

    
9
The original definitions are located into:
10

    
11
INSTALLJAMMER/lib/msgs/installer/*.msg
12
INSTALLJAMMER/Themes/Modern_Wizard/*.msg
13

    
14
Take into account that if you change any text attribute of a panel into the
15
InstallJammer app, that value will override the one located into the files of
16
the current folder. The problem is that this way in the project the value
17
will override only the value for the English language.
18

    
19
So if you have already done that, edit the mpi file manually, look for the
20
entry with the text you had changed, and remove the entry. This way the 
21
value will be loaded again from the files in the current folder.