diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2008-11-16 22:08:15 +0100 |
commit | 8b2a9401a147bd0b26cd2976ae71a1022fbde8cc (patch) | |
tree | c1a1323003ee8148af5dc60bcf1b88157dd00eb8 /ide/main.nim | |
parent | 972c51086152bd45aef4eb17c099fa3472a19d04 (diff) | |
download | Nim-8b2a9401a147bd0b26cd2976ae71a1022fbde8cc.tar.gz |
version 0.7.0
Diffstat (limited to 'ide/main.nim')
-rw-r--r-- | ide/main.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ide/main.nim b/ide/main.nim index 0e985c985..22ab88d67 100644 --- a/ide/main.nim +++ b/ide/main.nim @@ -1,5 +1,7 @@ +# The beginning of an IDE for Nimrod +# (c) 2008 Andreas Rumpf -import glib2, gtk2, libglade2, dialogs +import glib2, gtk2, libglade2, dialogs, parseopt proc on_window_destroy(obj: PGtkObject, data: pointer) {.cdecl.} = gtk_main_quit() |