diff src/gui.c @ 147:2f5a3b881ada

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:09:12 +0000
parents 014ba200db86
children 8c60f65311fa
line wrap: on
line diff
--- a/src/gui.c
+++ b/src/gui.c
@@ -318,6 +318,12 @@ gui_init()
 	}
 
 	/*
+	 * Reset 'paste'.  It's useful in the terminal, but not in the GUI.  It
+	 * breaks the Paste toolbar button.
+	 */
+	set_option_value((char_u *)"paste", 0L, NULL, 0);
+
+	/*
 	 * Set up system-wide default menus.
 	 */
 #if defined(SYS_MENU_FILE) && defined(FEAT_MENU)