diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:38:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:38:36 +0000 |
commit | fca34d6d941a6af50ebebe742aae249f207c67b1 (patch) | |
tree | bb61aca0b91c8e1cafa622313f0c2b503a44b8e2 /src/gui_gtk.c | |
parent | b11160ef88e87d800e4c76330585d863656cce76 (diff) | |
download | vim-git-fca34d6d941a6af50ebebe742aae249f207c67b1.tar.gz |
updated for version 7.0030
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r-- | src/gui_gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c index e97dc4f4d..e9e6d5b52 100644 --- a/src/gui_gtk.c +++ b/src/gui_gtk.c @@ -10,7 +10,7 @@ /* * Porting to GTK+ was done by: * - * (C) 1998,1999,2000 by Marcin Dalecki <dalecki@evision.ag> + * (C) 1998,1999,2000 by Marcin Dalecki <martin@dalecki.de> * * With GREAT support and continuous encouragements by Andy Kahn and of * course Bram Moolenaar! |