diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-07 13:06:20 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-07 13:06:20 +0800 |
commit | 3de8a0267dc89614546e83908cff70743639f7e0 (patch) | |
tree | 536888c4d084703fb26e67bca1edebf7984100f3 | |
parent | b1e191a223b8db9d8ccca310af69e90cde76fda7 (diff) | |
download | gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar.gz gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar.bz2 gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar.lz gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar.xz gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.tar.zst gsoc2013-epiphany-3de8a0267dc89614546e83908cff70743639f7e0.zip |
Document New Window and New Tab.
2003-05-07 David Adam Bordoley <bordoley@msu.edu>
* help/C/epiphany.xml:
Document New Window and New Tab.
-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> |