[gimp-help/gimp-help-2-10] Issue #282: mentioning Image menu is confusing



commit 0e118036b2c60c2aa6ed6263d0d61de993dbf6c1
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sat Mar 19 20:50:56 2022 -0400

    Issue #282:  mentioning Image menu is confusing
    
    Using image menu for our main menu is confusing, since Image is also
    a part of the main menu. Just call it menu in this case.
    
    Second issue is that apparently we had a different default mouse
    cursor for the paths tool.
    We correct that here and also add a link to the prefs where that
    cursor can be changed.
    
    (cherry picked from commit 01b1aaa23215d52d773897c4ab35e109bd6baf1b)

 src/using/paths.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/using/paths.xml b/src/using/paths.xml
index 89a229f87..0577cf319 100644
--- a/src/using/paths.xml
+++ b/src/using/paths.xml
@@ -84,7 +84,7 @@
             <guimenu>Tools</guimenu>
             <guimenuitem>Path</guimenuitem>
           </menuchoice>
-          from the image menu.
+          from the menu.
         </para>
       </listitem>
       <listitem>
@@ -100,8 +100,9 @@
       </listitem>
     </itemizedlist>
     <para>
-      When the Paths tool is selected, the mouse cursor
-      changes into a pointer (arrow) with a curve.
+      When the Paths tool is selected, the mouse cursor changes into a
+      crosshair with a curve by default. The actual shape depends on your
+      <link linkend="gimp-prefs-image-window">mouse pointer mode setting</link>.
       Left click in the image to create the first point on the path. Move
       the mouse to a new point and left click the mouse to create another
       point linked to the previous point. Although you can create as many


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]