mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
Fix typos
Found via `codespell -q 3 -S ./ChangeLog*,*.po -L als,ang,ba,chello,daa,doubleclick,foto,hist,iff,inport,klass,mut,nd,ower,paeth,params,pard,pevent,sinc,thru,tim,uint`
This commit is contained in:
parent
7a4254dda1
commit
a928452eba
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ struct _GimpToolRectanglePrivate
|
||||||
gboolean is_first;
|
gboolean is_first;
|
||||||
|
|
||||||
/* Whether or not the rectangle currently being rubber-banded was
|
/* Whether or not the rectangle currently being rubber-banded was
|
||||||
* created from scatch.
|
* created from scratch.
|
||||||
*/
|
*/
|
||||||
gboolean is_new;
|
gboolean is_new;
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,7 @@ Troubleshooting
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
If your GtkComboBox doesn't draw any items it's probably because it
|
If your GtkComboBox doesn't draw any items it's probably because it
|
||||||
doesn't have a cell renderer. Appearently there is no UI to add one in
|
doesn't have a cell renderer. Apparently there is no UI to add one in
|
||||||
GLade-3, so add it manually in the UI file, see the GTK+ doc for
|
GLade-3, so add it manually in the UI file, see the GTK+ doc for
|
||||||
GtkCellLayout; this is what you need to add:
|
GtkCellLayout; this is what you need to add:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue