summaryrefslogtreecommitdiff
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:29:51 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:29:51 +0000
commit79166c430b3bb0e15f1b96933636897b5a02a816 (patch)
treefab901b6cbecf51aea6565f56087f026a97d9bdc /src/gui_gtk.c
parentccc18222dd2b40397536703923842f026a6141f0 (diff)
downloadvim-git-79166c430b3bb0e15f1b96933636897b5a02a816.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index f760ad099..da4fc42d4 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -53,6 +53,9 @@
# ifdef bindtextdomain
# undef bindtextdomain
# endif
+# ifdef bindtextdomain_codeset
+# undef bindtextdomain_codeset
+# endif
# if defined(FEAT_GETTEXT) && !defined(ENABLE_NLS)
# define ENABLE_NLS /* so the texts in the dialog boxes are translated */
# endif
@@ -449,8 +452,8 @@ menu_item_new(vimmenu_T *menu, GtkWidget *parent_widget)
*
* gtk_menu_item_new_with_label(menu->dname);
*
- * This is neccessary, since there is no other way in GTK+ 1 to get the
- * not automatically parsed accellerator stuff right.
+ * This is necessary, since there is no other way in GTK+ 1 to get the
+ * not automatically parsed accelerator stuff right.
*/
static void
menu_item_new(vimmenu_T *menu, GtkWidget *parent_widget)
@@ -828,7 +831,7 @@ gui_mch_set_text_area_pos(int x, int y, int w, int h)
#if defined(FEAT_MENU) || defined(PROTO)
/*
- * Enable or disable accelators for the toplevel menus.
+ * Enable or disable accelerators for the toplevel menus.
*/
void
gui_gtk_set_mnemonics(int enable)
@@ -2493,7 +2496,7 @@ find_key_press_event(
return TRUE;
#endif
- /* It would be delightfull if it where possible to do search history
+ /* It would be delightful if it where possible to do search history
* operations on the K_UP and K_DOWN keys here.
*/