diff options
Diffstat (limited to 'lib/impure/dialogs.nim')
-rw-r--r-- | lib/impure/dialogs.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/impure/dialogs.nim b/lib/impure/dialogs.nim index 00ba2663e..bbed99239 100644 --- a/lib/impure/dialogs.nim +++ b/lib/impure/dialogs.nim @@ -1,6 +1,6 @@ # # -# Nimrod's Runtime Library +# Nim's Runtime Library # (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this @@ -8,7 +8,7 @@ # -## This module implements portable dialogs for Nimrod; the implementation +## This module implements portable dialogs for Nim; the implementation ## builds on the GTK interface. On Windows, native dialogs are shown instead. import |