Final changes for 0.7.2

svn: r848
This commit is contained in:
Don Allingham 2002-03-17 23:47:19 +00:00
parent 58ea65f569
commit 83e449e763
8 changed files with 5036 additions and 4889 deletions

View File

@ -1,11 +1,30 @@
Version 0.7.2 Version 0.7.2
* New Brazilian-Portuguese translation (Marcos Bedinelli)
* Python Imaging Library no longer required for several report * Python Imaging Library no longer required for several report
formats. formats.
* Better sizing of images in reports (Bruce DeGrasse)
* An image subdirectory name can now be specified in the WebPage
generation. This allows you to specify the subdirectory (or
absence of a subdirectory) where images are placed when generating
a web site.
* Merging allows you to choose the GRAMPS ID of the merged person.
* Better handling of auto completion of names, places, and other
items.
* Ability to rerun Startup dialog when necessary * Ability to rerun Startup dialog when necessary
* More information in the Startup dialog * More information in the Startup dialog
* Fewer intermediate files when handling images for reports * Fewer intermediate files when handling images for reports
* Reports are now plugins, stored in the DocGen library * Reports are now plugins, stored in the DocGen library
* Filter out control characters on GEDCOM import * Filter out control characters on GEDCOM import
* New document format generators for SVG and PostScript.
* Improved document format generators for LaTeX (Donald Peterson),
KWord (Bruce DeGrasse), and AbiWord.
* Names now have a type (e.g. "Married Name", "Birth Name")
associated with them.
* Eliminated the intermediate dialog box on importing - GRAMPS
now always appends to the current database.
* If an imported GEDCOM contains REFN tags, they are correlated
to the GRAMPS ID if possible.
Version 0.7.1 Version 0.7.1
* A database must now be open at all times. Prevents the problem of * A database must now be open at all times. Prevents the problem of

View File

@ -1,5 +1,5 @@
<!DOCTYPE article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[ <!DOCTYPE article PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"[
<!ENTITY version "0.6.0"> <!-- replace with application version --> <!ENTITY version "0.7.2"> <!-- replace with application version -->
]> ]>
<!-- =============Document Header ============================= --> <!-- =============Document Header ============================= -->
@ -1283,25 +1283,42 @@
<guimenuitem>Preferences...</guimenuitem> <guimenuitem>Preferences...</guimenuitem>
</menuchoice>. This opens the </menuchoice>. This opens the
<interface>Preferences</interface> dialog, shown in <xref <interface>Preferences</interface> dialog, shown in <xref
linkend="prefs_gen">. linkend="prefs_main">.
</para> </para>
<sect2 id="prefs_tab0"> <sect2 id="prefs_main">
<title>General Preferences</title> <title>Preferences Dialog</title>
<figure id="prefs_gen"> <figure id="prefs_main_fig">
<title>Preferences Dialog</title> <title>Preferences Dialog</title>
<screenshot> <screenshot>
<screeninfo>Preferences Dialog</screeninfo> <screeninfo>Preferences Dialog</screeninfo>
<graphic fileref="prefs_main" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
<para>
<application>GRAMPS</application> groups is options into
categories visible in the left hand side of the
dialog. Selecting one of these entries will display the
corresponding settings in the right hand side of the dialog.
</para>
</sect2>
<sect2 id="prefs_gen">
<title>General Database options</title>
<figure id="prefs_gen_fig">
<title>General Database options</title>
<screenshot>
<screeninfo>General Database Options</screeninfo>
<graphic fileref="prefs_gen" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_gen" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
</figure> </figure>
<para> <para>
The General Preferences tab contains basic information to The General Database page contains basic information to
control the operation of <application>GRAMPS</application>. control the operation of <application>GRAMPS</application>.
</para> </para>
<variablelist> <variablelist>
<title>General Preferences options</title> <title>General Database options</title>
<varlistentry> <varlistentry>
<term>Automatically load last database</term> <term>Automatically load last database</term>
<listitem> <listitem>
@ -1325,41 +1342,22 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Use tabbed pages</term> <term>Autosave interval (minues)</term>
<listitem> <listitem>
<para> <para>
When this is selected there will be a row of tabs below If this value is set to a non-zero value, <application>GRAMPS</application>
the tool bars for the Person View, Family View, Pedigree will save an autosave file every few minutes, depending on the
View, and Sources View. value set. If for some reason the execution of <application>GRAMPS</application>
is interupted, you can recover to the last autosave point.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>Display GRAMPS ID in list</term> <term>Default database directory</term>
<listitem> <listitem>
<para> <para>
This will add a new column to the Person View with the This value indicates the default directory for loading and saving
<application>GRAMPS</application> ID for each individual. databases.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Allow internal GRAMPS ID numbers to be edited</term>
<listitem>
<para>
This option allows advanced users to edit the internal
<application>GRAMPS</application> identification strings
for certain entries.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Display attribute on Edit Person form</term>
<listitem>
<para>
Selecting this and adding a comment/word will add that
comment/word to the Identification part of the Edit Person
view.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -1367,7 +1365,7 @@
</sect2> </sect2>
<sect2 id="prefs_tab1"> <sect2 id="prefs_tab1">
<title>Dates and Calendars</title> <title>Dates and Calendars</title>
<figure id="prefs_fmt"> <figure id="prefs_dates">
<title>Dates and Calendars</title> <title>Dates and Calendars</title>
<screenshot> <screenshot>
<screeninfo>Dates and Calendars</screeninfo> <screeninfo>Dates and Calendars</screeninfo>
@ -1424,85 +1422,88 @@
</variablelist> </variablelist>
</sect2> </sect2>
<sect2 id="prefs_tab2"> <sect2 id="prefs_tab2">
<title>Appearance Preferences</title> <title>Media Options</title>
<figure id="prefs_appear"> <figure id="prefs_media">
<title>Preferences Dialog</title> <title>Media Options</title>
<screenshot> <screenshot>
<screeninfo>Appearance Preferences Dialog</screeninfo> <screeninfo>Media Options</screeninfo>
<graphic fileref="prefs_appear" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_media" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
</figure> </figure>
<variablelist>
<title>Appearance Preferences</title>
<varlistentry>
<term>Custom Colors</term>
<listitem>
<para>
Enabling custom colors allows you to choose foreground and
background colors for the Person View list. A different
color combinations may be chosen for odd and even
rows. This may make the display easier to read. It should
be noted that it may slow down redisplays of the window if
a large number (thousands) of people are in the list.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>Status Bar</term>
<listitem>
<para>
Allows you to change the information displayed in the
status bar at the bottom of the window. There are three
(3) preferences from which to chose. The first is Active
person's name only - this will display the active person's
name only in the status bar. The second is Active
person's name and GRAMPS ID - This will display the name
and ID for the active person ( [I9] Edwin Michael Smith ).
The last option is Active person's name and attribute -
this is just like the second option but shows the
attribute you specified in the General Preferences
section.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>List Display Options</term>
<listitem>
<para>
Allows you to control what gets displayed in lists. You can
control if alternate names are displayed in the lists, or
if the lists will contain detail flags to indicate
additional information (such as the presence of notes,
sources, or images).
</para>
</listitem>
</varlistentry>
</variablelist>
</sect2> </sect2>
<sect2 id="prefs_tab3"> <sect2 id="prefs_tab_ids">
<title>Researchers Preferences</title> <title>GRAMPS ID Options</title>
<figure id="prefs_research"> <figure id="prefs_ids">
<title>Researcher Information Dialog</title> <title>GRAMPS ID Options</title>
<screenshot> <screenshot>
<screeninfo>Researcher Information Dialog</screeninfo> <screeninfo>GRAMPS ID Options</screeninfo>
<graphic fileref="prefs_research" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_ids" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
<sect2 id="prefs_tab_rev">
<title>Revision Control Options</title>
<figure id="prefs_rev">
<title>Revision Control Options</title>
<screenshot>
<screeninfo>Revision Control Options</screeninfo>
<graphic fileref="prefs_revision" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
<sect2 id="prefs_tab_disp">
<title>General Display Options</title>
<figure id="prefs_disp">
<title>General Display Options</title>
<screenshot>
<screeninfo>General Display Options</screeninfo>
<graphic fileref="prefs_disp" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
<sect2 id="prefs_tab_bars">
<title>Tool and Status Bar Options</title>
<figure id="prefs_bars">
<title>Tool and Status Bar Options</title>
<screenshot>
<screeninfo>Tools and Status Bar Options</screeninfo>
<graphic fileref="prefs_bars" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
<sect2 id="prefs_tab_colors">
<title>List Color Options</title>
<figure id="prefs_color">
<title>List Color Options</title>
<screenshot>
<screeninfo>List Color Options</screeninfo>
<graphic fileref="prefs_colors" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
</sect2>
<sect2 id="prefs_tab_find">
<title>Find Options</title>
<figure id="prefs_find">
<title>Find Options</title>
<screenshot>
<screeninfo>Find Options</screeninfo>
<graphic fileref="prefs_find" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
</figure> </figure>
<para>
This is where you are able to change the information you entered
when you started GRAMPS for the first time and was asked to
enter in some information. (This information shows up in your
GEDCOM files as being the researcher/author of the file)
</para>
</sect2> </sect2>
<sect2 id="prefs_tab4"> <sect2 id="prefs_tab4">
<title>Report Preferences</title> <title>Report Options</title>
<figure id="prefs_report"> <figure id="prefs_report">
<title>Report Preferences Dialog</title> <title>Report Options</title>
<screenshot> <screenshot>
<screeninfo>Report Preferences Dialog</screeninfo> <screeninfo>Report Options</screeninfo>
<graphic fileref="prefs_report" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_report" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
@ -1517,19 +1518,34 @@
not support all possible formats. not support all possible formats.
</para> </para>
</sect2> </sect2>
<sect2 id="prefs_tab5"> <sect2 id="prefs_tab3">
<title>Directories Preferences</title> <title>Researcher Information</title>
<figure id="prefs_dir"> <figure id="prefs_research">
<title>Directory Preferences Dialog</title> <title>Researcher Information</title>
<screenshot> <screenshot>
<screeninfo>Directory Preferences Dialog</screeninfo> <screeninfo>Researcher Information</screeninfo>
<graphic fileref="prefs_dir" format="png" srccredit="Don Allingham"> <graphic fileref="prefs_research" format="png" srccredit="Don Allingham">
</graphic>
</screenshot>
</figure>
<para>
This is where you are able to change the information you entered
when you started GRAMPS for the first time and was asked to
enter in some information. (This information shows up in your
GEDCOM files as being the researcher/author of the file)
</para>
</sect2>
<sect2 id="prefs_tab5">
<title>Data Guessing Options</title>
<figure id="prefs_tab_guess">
<title>Data Guessing Options</title>
<screenshot>
<screeninfo>Data Guessing Options</screeninfo>
<graphic fileref="prefs_guess" format="png" srccredit="Don Allingham">
</graphic> </graphic>
</screenshot> </screenshot>
</figure> </figure>
<para> <para>
This allows you to set the default directories for your databases,
reports, and Web Sites.
</para> </para>
</sect2> </sect2>
</sect1> </sect1>

View File

@ -90,7 +90,7 @@ NAME="REPORT-FIG"
SRC="reportsel.png"></P SRC="reportsel.png"></P
><P ><P
><B ><B
>Figure 34. Report Generation Dialog</B >Figure 41. Report Generation Dialog</B
></P ></P
></DIV ></DIV
><P ><P
@ -270,7 +270,7 @@ appear in every GRAMPS generated file.
></TABLE ></TABLE
><P ><P
><B ><B
>Figure 35. Sample HTML Template Example</B >Figure 42. Sample HTML Template Example</B
></P ></P
></DIV ></DIV
></DIV ></DIV

View File

@ -197,7 +197,7 @@ CLASS="COMMAND"
> on the command line. > on the command line.
</P </P
><P ><P
> This document describes version 0.6.0 of > This document describes version 0.7.2 of
<TT <TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT

View File

@ -84,9 +84,9 @@ CLASS="GUIMENUITEM"
CLASS="INTERFACE" CLASS="INTERFACE"
>Preferences</SPAN >Preferences</SPAN
> dialog, shown in <A > dialog, shown in <A
HREF="prefs.html#PREFS_GEN" HREF="prefs.html#PREFS_MAIN"
>Figure 28 in the section called <I >the section called <I
>General Preferences</I >Preferences Dialog</I
></A ></A
>. >.
</P </P
@ -95,24 +95,55 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB0" NAME="PREFS_MAIN"
>General Preferences</A >Preferences Dialog</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
NAME="PREFS_GEN" NAME="PREFS_MAIN_FIG"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_gen.png"></P SRC="prefs_main.png"></P
><P ><P
><B ><B
>Figure 28. Preferences Dialog</B >Figure 28. Preferences Dialog</B
></P ></P
></DIV ></DIV
><P ><P
> The General Preferences tab contains basic information to > <TT
CLASS="APPLICATION"
>GRAMPS</TT
> groups is options into
categories visible in the left hand side of the
dialog. Selecting one of these entries will display the
corresponding settings in the right hand side of the dialog.
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_GEN"
>General Database options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_GEN_FIG"
></A
><P
><IMG
SRC="prefs_gen.png"></P
><P
><B
>Figure 29. General Database options</B
></P
></DIV
><P
> The General Database page contains basic information to
control the operation of <TT control the operation of <TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
@ -124,7 +155,7 @@ CLASS="APPLICATION"
CLASS="VARIABLELIST" CLASS="VARIABLELIST"
><P ><P
><B ><B
>General Preferences options</B >General Database options</B
></P ></P
><DL ><DL
><DT ><DT
@ -154,44 +185,27 @@ CLASS="APPLICATION"
</P </P
></DD ></DD
><DT ><DT
>Use tabbed pages</DT >Autosave interval (minues)</DT
><DD ><DD
><P ><P
> When this is selected there will be a row of tabs below > If this value is set to a non-zero value, <TT
the tool bars for the Person View, Family View, Pedigree
View, and Sources View.
</P
></DD
><DT
>Display GRAMPS ID in list</DT
><DD
><P
> This will add a new column to the Person View with the
<TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> ID for each individual. >
</P will save an autosave file every few minutes, depending on the
></DD value set. If for some reason the execution of <TT
><DT
>Allow internal GRAMPS ID numbers to be edited</DT
><DD
><P
> This option allows advanced users to edit the internal
<TT
CLASS="APPLICATION" CLASS="APPLICATION"
>GRAMPS</TT >GRAMPS</TT
> identification strings >
for certain entries. is interupted, you can recover to the last autosave point.
</P </P
></DD ></DD
><DT ><DT
>Display attribute on Edit Person form</DT >Default database directory</DT
><DD ><DD
><P ><P
> Selecting this and adding a comment/word will add that > This value indicates the default directory for loading and saving
comment/word to the Identification part of the Edit Person databases.
view.
</P </P
></DD ></DD
></DL ></DL
@ -208,14 +222,14 @@ NAME="PREFS_TAB1"
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
NAME="PREFS_FMT" NAME="PREFS_DATES"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_dates.png"></P SRC="prefs_dates.png"></P
><P ><P
><B ><B
>Figure 29. Dates and Calendars</B >Figure 30. Dates and Calendars</B
></P ></P
></DIV ></DIV
><P ><P
@ -289,100 +303,153 @@ CLASS="SECT2"
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB2" NAME="PREFS_TAB2"
>Appearance Preferences</A >Media Options</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
NAME="PREFS_APPEAR" NAME="PREFS_MEDIA"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_appear.png"></P SRC="prefs_media.png"></P
><P ><P
><B ><B
>Figure 30. Preferences Dialog</B >Figure 31. Media Options</B
></P ></P
></DIV ></DIV
><P
></P
><DIV
CLASS="VARIABLELIST"
><P
><B
>Appearance Preferences</B
></P
><DL
><DT
>Custom Colors</DT
><DD
><P
> Enabling custom colors allows you to choose foreground and
background colors for the Person View list. A different
color combinations may be chosen for odd and even
rows. This may make the display easier to read. It should
be noted that it may slow down redisplays of the window if
a large number (thousands) of people are in the list.
</P
></DD
><DT
>Status Bar</DT
><DD
><P
> Allows you to change the information displayed in the
status bar at the bottom of the window. There are three
(3) preferences from which to chose. The first is Active
person's name only - this will display the active person's
name only in the status bar. The second is Active
person's name and GRAMPS ID - This will display the name
and ID for the active person ( [I9] Edwin Michael Smith ).
The last option is Active person's name and attribute -
this is just like the second option but shows the
attribute you specified in the General Preferences
section.
</P
></DD
><DT
>List Display Options</DT
><DD
><P
> Allows you to control what gets displayed in lists. You can
control if alternate names are displayed in the lists, or
if the lists will contain detail flags to indicate
additional information (such as the presence of notes,
sources, or images).
</P
></DD
></DL
></DIV
></DIV ></DIV
><DIV ><DIV
CLASS="SECT2" CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB3" NAME="PREFS_TAB_IDS"
>Researchers Preferences</A >GRAMPS ID Options</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
NAME="PREFS_RESEARCH" NAME="PREFS_IDS"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_research.png"></P SRC="prefs_ids.png"></P
><P ><P
><B ><B
>Figure 31. Researcher Information Dialog</B >Figure 32. GRAMPS ID Options</B
></P ></P
></DIV ></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB_REV"
>Revision Control Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_REV"
></A
><P ><P
> This is where you are able to change the information you entered ><IMG
when you started GRAMPS for the first time and was asked to SRC="prefs_revision.png"></P
enter in some information. (This information shows up in your ><P
GEDCOM files as being the researcher/author of the file) ><B
</P >Figure 33. Revision Control Options</B
></P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB_DISP"
>General Display Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_DISP"
></A
><P
><IMG
SRC="prefs_disp.png"></P
><P
><B
>Figure 34. General Display Options</B
></P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB_BARS"
>Tool and Status Bar Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_BARS"
></A
><P
><IMG
SRC="prefs_bars.png"></P
><P
><B
>Figure 35. Tool and Status Bar Options</B
></P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB_COLORS"
>List Color Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_COLOR"
></A
><P
><IMG
SRC="prefs_colors.png"></P
><P
><B
>Figure 36. List Color Options</B
></P
></DIV
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB_FIND"
>Find Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_FIND"
></A
><P
><IMG
SRC="prefs_find.png"></P
><P
><B
>Figure 37. Find Options</B
></P
></DIV
></DIV ></DIV
><DIV ><DIV
CLASS="SECT2" CLASS="SECT2"
@ -390,7 +457,7 @@ CLASS="SECT2"
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB4" NAME="PREFS_TAB4"
>Report Preferences</A >Report Options</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
@ -402,7 +469,7 @@ NAME="PREFS_REPORT"
SRC="prefs_report.png"></P SRC="prefs_report.png"></P
><P ><P
><B ><B
>Figure 32. Report Preferences Dialog</B >Figure 38. Report Options</B
></P ></P
></DIV ></DIV
><P ><P
@ -433,27 +500,53 @@ CLASS="SECT2"
><H2 ><H2
CLASS="SECT2" CLASS="SECT2"
><A ><A
NAME="PREFS_TAB5" NAME="PREFS_TAB3"
>Directories Preferences</A >Researcher Information</A
></H2 ></H2
><DIV ><DIV
CLASS="FIGURE" CLASS="FIGURE"
><A ><A
NAME="PREFS_DIR" NAME="PREFS_RESEARCH"
></A ></A
><P ><P
><IMG ><IMG
SRC="prefs_dir.png"></P SRC="prefs_research.png"></P
><P ><P
><B ><B
>Figure 33. Directory Preferences Dialog</B >Figure 39. Researcher Information</B
></P ></P
></DIV ></DIV
><P ><P
> This allows you to set the default directories for your databases, > This is where you are able to change the information you entered
reports, and Web Sites. when you started GRAMPS for the first time and was asked to
enter in some information. (This information shows up in your
GEDCOM files as being the researcher/author of the file)
</P </P
></DIV ></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="PREFS_TAB5"
>Data Guessing Options</A
></H2
><DIV
CLASS="FIGURE"
><A
NAME="PREFS_TAB_GUESS"
></A
><P
><IMG
SRC="prefs_guess.png"></P
><P
><B
>Figure 40. Data Guessing Options</B
></P
></DIV
><P
> </P
></DIV
></DIV ></DIV
><DIV ><DIV
CLASS="NAVFOOTER" CLASS="NAVFOOTER"

View File

@ -89,7 +89,7 @@ NAME="TOOLS-FIG"
SRC="toolsel.png"></P SRC="toolsel.png"></P
><P ><P
><B ><B
>Figure 36. Tool Selection Dialog</B >Figure 43. Tool Selection Dialog</B
></P ></P
></DIV ></DIV
><P ><P

File diff suppressed because it is too large Load Diff