diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-03-22 17:06:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-03-22 17:06:19 +0100 |
commit | 36ea9e0aa630a76096d25fedbf6abf5c0463cfda (patch) | |
tree | eaaa24afe631aaee5c974eae548f6a0d52ad9677 /help/C/scanner.page | |
parent | 269974bfb404016bd592358df7b43f8ece82ddc9 (diff) | |
parent | 7ac7082eb0fa3735eb23acf72dbe607217a358c2 (diff) |
Merge branch 'feature/upstrem' into develop
Diffstat (limited to 'help/C/scanner.page')
-rw-r--r-- | help/C/scanner.page | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/help/C/scanner.page b/help/C/scanner.page index efcbb0f..6a5d19b 100644 --- a/help/C/scanner.page +++ b/help/C/scanner.page @@ -1,16 +1,43 @@ -<page xmlns="http://projectmallard.org/1.0/" +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" id="scanner"> <info> + <revision pkgversion="3.35.90" date="2020-02-07"/> + <credit type="author" its:translate="no"> + <name>Robert Ancell</name> + <email>robert.ancell@gmail.com</email> + </credit> + <credit type="author" its:translate="no"> + <name>Ali Shtarbanov</name> + <email>ametedinov@gmail.com</email> + </credit> + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" /> <link type="guide" xref="index#acquire"/> </info> <title>Selecting a Scanner</title> <p> - If you have multiple scanning devices you can change the selected device from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu. + If you have multiple scanning devices you can change the selected device: </p> + <steps> + <item> + <p>Press the menu button in the top-right corner of the window and select + <gui style="menuitem">Preferences</gui>.</p> + </item> + <item> + <p>Select <gui style="tab">Scanning</gui>.</p> + </item> + <item> + <p>Change the <gui>Scanner</gui> value.</p> + </item> + <item> + <p>Close the dialog.</p> + </item> + </steps> + + <media type="image" src="figures/preferences.png"/> <p> Local scanners are automatically detected each time <app>Document Scanner</app> |