diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | help/C/epiphany.xml | 12 |
2 files changed, 14 insertions, 4 deletions
@@ -2,6 +2,12 @@ * help/C/epiphany.xml: + Document New Window and New Tab. + +2003-05-07 David Adam Bordoley <bordoley@msu.edu> + + * help/C/epiphany.xml: + Fixed some badly formed xml, bad dave! 2003-05-06 David Adam Bordoley <bordoley@msu.edu> diff --git a/help/C/epiphany.xml b/help/C/epiphany.xml index cdaf499ad..7f9c81e62 100644 --- a/help/C/epiphany.xml +++ b/help/C/epiphany.xml @@ -273,13 +273,17 @@ you can choose items related to the display of the web page.</para> </sect2> <sect2 id="to-open-new-window"> <title>To Open a New Window</title> - <para> - </para> + <para>To open a new window, choose + <menuchoice> <guimenu>File</guimenu> <guimenuitem>New Window</guimenuitem> + </menuchoice>. + </para> </sect2> <sect2 id="to-open-new-tab"> <title>To Open a New Tab</title> - <para> - </para> + <para>To open a new tab, choose + <menuchoice> <guimenu>File</guimenu> <guimenuitem>New Tab</guimenuitem> + </menuchoice>. The new tab will be place to the right of any existing tabs. + </para> </sect2> <sect2 id="ephy-to-open-file"> <title>To Open a File</title> |