diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:26:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-04 21:26:43 +0000 |
commit | a0a83bea65887941b880dc1aa685c54c9cd7f63f (patch) | |
tree | caa769e53a66f10836cf181bfefde77d74871b32 /src/gui_motif.c | |
parent | 323850cc6d1a2df497fc28ed598986d0e259b6a3 (diff) | |
download | vim-git-a0a83bea65887941b880dc1aa685c54c9cd7f63f.tar.gz |
updated for version 7.0030
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index 836ec0701..364c020be 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> |