diff options
author | Aaron Weber <aaron@src.gnome.org> | 2002-12-11 09:17:01 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-12-11 09:17:01 +0800 |
commit | d7abc9734655e3671252cd7623a346145d3fc2c3 (patch) | |
tree | 5fdffc422b34fe9d79c01a889405b414b096461d /help | |
parent | 782555acd262b39ca9c7e4782cc7e7834306a167 (diff) | |
download | gsoc2013-evolution-d7abc9734655e3671252cd7623a346145d3fc2c3.tar.gz gsoc2013-evolution-d7abc9734655e3671252cd7623a346145d3fc2c3.tar.zst gsoc2013-evolution-d7abc9734655e3671252cd7623a346145d3fc2c3.zip |
Fonts aren't set the way they were, and I had missed a tidbit in there.
Also this is fixed in the 12 branch.
svn path=/trunk/; revision=19094
Diffstat (limited to 'help')
-rw-r--r-- | help/C/config-prefs.xml | 23 | ||||
-rw-r--r-- | help/ChangeLog | 2 |
2 files changed, 9 insertions, 16 deletions
diff --git a/help/C/config-prefs.xml b/help/C/config-prefs.xml index d3b85bec6c..868815d872 100644 --- a/help/C/config-prefs.xml +++ b/help/C/config-prefs.xml @@ -115,11 +115,8 @@ <term>Font Preferences</term> <listitem> <para> - Choose the fonts that Evolution will use to display email - here. You can choose fonts for the mail composer by - selecting <menuchoice> <guimenu>Edit</guimenu> - <guimenuitem>Properties</guimenuitem> </menuchoice> from - within the composer window. + Choose the fonts that Evolution will use to edit and display email + here. </para> </listitem> </varlistentry> @@ -441,15 +438,15 @@ smtp.omniport.com:143 <orderedlist numeration="arabic"> <listitem> <para> - Open the Control Center by selecting <menuchoice> - <guimenu>System</guimenu> - <guimenuitem>Settings</guimenuitem> </menuchoice> from - the menu panel. + Open the Evolution preferences dialog by selecting + <menuchoice> <guimenu>Tools</guimenu> + <guimenuitem>Settings</guimenuitem> </menuchoice>. </para> </listitem> <listitem> <para> - Select the HTML Viewer settings tool. + Select the <guilabel>Font Settings</guilabel> portion of the + settings dialog. </para> </listitem> <listitem> @@ -457,12 +454,6 @@ smtp.omniport.com:143 </para> </listitem> </orderedlist> - - Alternately, open a terminal and run the - <command>gtkhtml-properties-capplet</command> command. This - will open the GNOME HTML Display Properties tool, and you can - select a font and other attributes of your HTML display, - including that in <application>Ximian Evolution</application>. </para> </sect2> diff --git a/help/ChangeLog b/help/ChangeLog index be52c32f7c..78803e2978 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,5 +1,7 @@ 2002-12-10 Aaron Weber <aaron@ximian.com> + * C/config-prefs.xml: change directory server description. + * C/preface.xml: typo (bug 35362, "Resend" instead of "Redirect). This whole section will need to be redone at some point. |