diff --git a/gnoemoe/widgets/gm-world-text-view.c b/gnoemoe/widgets/gm-world-text-view.c index c774004..9d14cc2 100644 --- a/gnoemoe/widgets/gm-world-text-view.c +++ b/gnoemoe/widgets/gm-world-text-view.c @@ -1398,7 +1398,7 @@ on_gm_world_text_view_event(GmWorldTextView *view, GdkEventMotion *event, buf_y); if (!hand) { - hand = gdk_cursor_new(GDK_FLEUR); + hand = gdk_cursor_new(GDK_HAND1); } has_tag = gtk_text_iter_has_tag(&iter, tag);