mirror of https://github.com/GNOME/gimp.git
Regenerate gimprc
This commit is contained in:
parent
cc7e372a84
commit
5a8c46840b
|
@ -388,7 +388,7 @@ are yes and no.
|
|||
|
||||
When enabled, the X server is queried for the mouse's current position on each
|
||||
motion event, rather than relying on the position hint. This means painting
|
||||
with large brushes should be more accurate, but it may be slower. Perversely,
|
||||
with large brushes should be more accurate, but it may be slower. Conversely,
|
||||
on some X servers enabling this option results in faster painting. Possible
|
||||
values are yes and no.
|
||||
|
||||
|
@ -816,8 +816,9 @@ web-browser.
|
|||
|
||||
Sets the external web browser to be used. This can be an absolute path or the
|
||||
name of an executable to search for in the user's PATH. If the command
|
||||
contains '%s' it will be replaced with the URL, else the URL will be appended
|
||||
to the command with a space separating the two. This is a single filename.
|
||||
contains '%s' it will be replaced with the URL, otherwise the URL will be
|
||||
appended to the command with a space separating the two. This is a single
|
||||
filename.
|
||||
|
||||
.TP
|
||||
(user-manual-online no)
|
||||
|
@ -920,4 +921,4 @@ System-wide configuration file
|
|||
Per-user configuration file
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR gimp (1),
|
||||
.BR gimp (1)
|
||||
|
|
|
@ -314,7 +314,7 @@
|
|||
# When enabled, the X server is queried for the mouse's current position on
|
||||
# each motion event, rather than relying on the position hint. This means
|
||||
# painting with large brushes should be more accurate, but it may be slower.
|
||||
# Perversely, on some X servers enabling this option results in faster
|
||||
# Conversely, on some X servers enabling this option results in faster
|
||||
# painting. Possible values are yes and no.
|
||||
#
|
||||
# (perfect-mouse yes)
|
||||
|
@ -641,7 +641,7 @@
|
|||
|
||||
# Sets the external web browser to be used. This can be an absolute path or
|
||||
# the name of an executable to search for in the user's PATH. If the command
|
||||
# contains '%s' it will be replaced with the URL, else the URL will be
|
||||
# contains '%s' it will be replaced with the URL, otherwise the URL will be
|
||||
# appended to the command with a space separating the two. This is a single
|
||||
# filename.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue