diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-15 03:06:53 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-15 03:06:53 +0000 |
| commit | ee963de632cdbc438e159785e0dc42c2dbbbe633 (patch) | |
| tree | 84dadcc7bda755b98d70e498a9acaf8164e3f3a6 /src/knot.h | |
| parent | less confusing tooltips (diff) | |
| download | inkscape-ee963de632cdbc438e159785e0dc42c2dbbbe633.tar.gz inkscape-ee963de632cdbc438e159785e0dc42c2dbbbe633.zip | |
fix an old typo by lauris
(bzr r528)
Diffstat (limited to 'src/knot.h')
| -rw-r--r-- | src/knot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot.h b/src/knot.h index ceeca0169..c3ae07963 100644 --- a/src/knot.h +++ b/src/knot.h @@ -140,7 +140,7 @@ GType sp_knot_get_type(); SPKnot *sp_knot_new(SPDesktop *desktop, gchar const *tip = NULL); #define SP_KNOT_IS_VISIBLE(k) ((k->flags & SP_KNOT_VISIBLE) != 0) -#define SP_KNOT_IS_MOSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) +#define SP_KNOT_IS_MOUSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) #define SP_KNOT_IS_DRAGGING(k) ((k->flags & SP_KNOT_DRAGGING) != 0) #define SP_KNOT_IS_GRABBED(k) ((k->flags & SP_KNOT_GRABBED) != 0) |
