diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:46:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:46:55 +0000 |
commit | a38edcde16bd424133c832a508d8f1fc6b9c9a65 (patch) | |
tree | d2d8edb3c9ca137793f8efbcc1be477922c8df87 /src/gui_xmebw.h | |
parent | 29466f2b4faed1116b766343a8f6ea9794bbcae2 (diff) | |
download | vim-git-a38edcde16bd424133c832a508d8f1fc6b9c9a65.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_xmebw.h')
-rw-r--r-- | src/gui_xmebw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_xmebw.h b/src/gui_xmebw.h index 4d9980c7f..da4812ea7 100644 --- a/src/gui_xmebw.h +++ b/src/gui_xmebw.h @@ -61,7 +61,7 @@ #define XmIsEnhancedButton(w) XtIsSubclass(w, xmEnhancedButtonWidgetClass) /* - * Convienience creation function. + * Convenience creation function. */ extern Widget XgCreateEPushButtonWidget(Widget, char *, ArgList, Cardinal); |