summaryrefslogtreecommitdiffstats
path: root/src/gui_xmdlg.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-02 11:32:29 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-02 11:32:29 +0000
commitb78b0b095e271cfd9fccf2ba86820c1b04aa1f55 (patch)
treecbc1c95b1ec5a0528590d6cfbadb4bd47aa94818 /src/gui_xmdlg.c
parentb7fcef56071855f7e7a5454e96d05a69096df2bf (diff)
updated for version 7.0028
Diffstat (limited to 'src/gui_xmdlg.c')
-rw-r--r--src/gui_xmdlg.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c
index 3f1bd554fd..66cb85477c 100644
--- a/src/gui_xmdlg.c
+++ b/src/gui_xmdlg.c
@@ -1,7 +1,6 @@
/* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
- * GUI/Motif support by Robert Webb
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
@@ -9,9 +8,12 @@
*/
/*
- * (C) 2001 by Marcin Dalecki <dalecki@evision.ag>
+ * (C) 2001,2005 by Marcin Dalecki <martin@dalecki.de>
*
* Implementation of dialogue functions for the Motif GUI variant.
+ *
+ * Note about Lesstif: Apparenty lesstif doesn't get the widget layout right,
+ * when using a dynamic scrollbar policy.
*/
#include <Xm/Form.h>