summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-04 21:26:43 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-04 21:26:43 +0000
commita0a83bea65887941b880dc1aa685c54c9cd7f63f (patch)
treecaa769e53a66f10836cf181bfefde77d74871b32 /src
parent323850cc6d1a2df497fc28ed598986d0e259b6a3 (diff)
updated for version 7.0030
Diffstat (limited to 'src')
-rw-r--r--src/gui_gtk_f.c9
-rw-r--r--src/gui_motif.c2
2 files changed, 2 insertions, 9 deletions
diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c
index 2cb82d6463..be53473ee6 100644
--- a/src/gui_gtk_f.c
+++ b/src/gui_gtk_f.c
@@ -8,14 +8,7 @@
*/
/*
- * (C) 1998,1999 by Marcin Dalecki <dalecki@cs.net.pl>
- *
- * "I'm a one-man software company. If you have anything UNIX, net or
- * embedded systems related, which seems to cause some serious trouble for
- * your's in-house developers, maybe we need to talk badly with each other
- * :-) <dalecki@cs.net.pl> (My native language is polish and I speak
- * native grade german too. I'm living in Göttingen.de.)
- * --mdcki"
+ * (C) 1998,1999 by Marcin Dalecki <martin@dalecki.de>
*
* Support for GTK+ 2 was added by:
*
diff --git a/src/gui_motif.c b/src/gui_motif.c
index 836ec07010..364c020be2 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -126,7 +126,7 @@ scroll_cb(w, client_data, call_data)
/*
* Implement three dimensional shading of insensitive labels.
- * By Martin Dalecki.
+ * By Marcin Dalecki.
*/
#include <Xm/XmP.h>