summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Cutler <pcutler@gnome.org>2009-06-14 17:41:41 -0500
committerPaul Cutler <pcutler@gnome.org>2009-06-14 17:41:41 -0500
commit3f28f907a8f7baba852f2bf1b3124ff00e80132f (patch)
tree9bd0d0efc150d2c310e7eda3b35a0a1296d231c6
parent4851c1918db3bc6e49b225b86f59c1b40c9dc120 (diff)
downloadgnome-user-docs-3f28f907a8f7baba852f2bf1b3124ff00e80132f.tar.gz
gnome-user-docs-3f28f907a8f7baba852f2bf1b3124ff00e80132f.tar.xz
gnome-user-docs-3f28f907a8f7baba852f2bf1b3124ff00e80132f.zip
Fix bug 577126
-rw-r--r--gnome2-user-guide/C/gosbasic.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnome2-user-guide/C/gosbasic.xml b/gnome2-user-guide/C/gosbasic.xml
index dcbee8c..f0073e3 100644
--- a/gnome2-user-guide/C/gosbasic.xml
+++ b/gnome2-user-guide/C/gosbasic.xml
@@ -187,7 +187,7 @@ action on the object over which your mouse pointer is situated, depending on whi
</row>
<row>
<entry colname="colspec0" valign="top">
- <para>Drag</para>
+ <para>Click-and-drag</para>
</entry>
<entry colname="colspec1" valign="top">
<para>Press and do not release the
@@ -196,15 +196,16 @@ action on the object over which your mouse pointer is situated, depending on whi
and finally release the button.</para>
<para>Dragging with the mouse is used in many different contexts.
-
-
+
+
This moves an object around the screen with the mouse. The
object is <emphasis>dropped</emphasis> at the
location where the mouse button
is released. This action is also called
<emphasis>drag-and-drop</emphasis>. Clicking on an element of the interface to
- move it is sometimes called a <emphasis>grab</emphasis>. Click and drag</para>
-
+ move it is sometimes called a <emphasis>grab</emphasis>.</para>
+
+
<para>For example, you can change the position of a window by
dragging on its title bar, or move a file by dragging its icon
from one window and dropping it on another.</para>