diff options
Diffstat (limited to 'lib/newwrap/gtk/gtkhtml.nim')
-rwxr-xr-x | lib/newwrap/gtk/gtkhtml.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/newwrap/gtk/gtkhtml.nim b/lib/newwrap/gtk/gtkhtml.nim index a71a24836..59568d6d0 100755 --- a/lib/newwrap/gtk/gtkhtml.nim +++ b/lib/newwrap/gtk/gtkhtml.nim @@ -1,6 +1,6 @@ {.deadCodeElim: on.} import - 2, glib2, atk, pango, gdk2pixbuf, gdk2 + gtk2, glib2, atk, pango, gdk2pixbuf, gdk2 when defined(windows): {.define: WINDOWING_WIN32.} |