summary refs log tree commit diff stats
path: root/lib/newwrap/gtk/gtkhtml.nim
diff options
context:
space:
mode:
Diffstat (limited to 'lib/newwrap/gtk/gtkhtml.nim')
-rwxr-xr-xlib/newwrap/gtk/gtkhtml.nim2
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.}