comparison src/gui.c @ 681:9364d114ed8d v7.0204

updated for version 7.0204
author vimboss
date Wed, 22 Feb 2006 21:25:37 +0000
parents 4b8583e82cb8
children d7e33248b9c8
comparison
equal deleted inserted replaced
680:5b101ff9d4c4 681:9364d114ed8d
784 { 784 {
785 gui_mch_free_font(gui.wide_font); 785 gui_mch_free_font(gui.wide_font);
786 gui.wide_font = font; 786 gui.wide_font = font;
787 set_string_option_direct((char_u *)"gfw", -1, 787 set_string_option_direct((char_u *)"gfw", -1,
788 wide_name, OPT_FREE); 788 wide_name, OPT_FREE);
789 # ifdef FEAT_EVAL
790 set_option_scriptID((char_u *)"gfw", current_SID);
791 # endif
789 } 792 }
790 } 793 }
791 break; 794 break;
792 } 795 }
793 } 796 }