comparison src/main.c @ 2275:e4d849f4df03 vim73

Remove the old and not well supported GTK 1 code. (James Vega)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Jun 2010 05:37:59 +0200
parents 2b33a7678e7b
children a888ed7ba375
comparison
equal deleted inserted replaced
2274:7c31d761ffa9 2275:e4d849f4df03
3231 mch_msg(_("\nArguments recognised by gvim (GTK+ version):\n")); 3231 mch_msg(_("\nArguments recognised by gvim (GTK+ version):\n"));
3232 main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)")); 3232 main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)"));
3233 main_msg(_("-geometry <geom>\tUse <geom> for initial geometry (also: -geom)")); 3233 main_msg(_("-geometry <geom>\tUse <geom> for initial geometry (also: -geom)"));
3234 main_msg(_("-reverse\t\tUse reverse video (also: -rv)")); 3234 main_msg(_("-reverse\t\tUse reverse video (also: -rv)"));
3235 main_msg(_("-display <display>\tRun vim on <display> (also: --display)")); 3235 main_msg(_("-display <display>\tRun vim on <display> (also: --display)"));
3236 # ifdef HAVE_GTK2
3237 main_msg(_("--role <role>\tSet a unique role to identify the main window")); 3236 main_msg(_("--role <role>\tSet a unique role to identify the main window"));
3238 # endif
3239 main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget")); 3237 main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget"));
3240 #endif 3238 #endif
3241 #ifdef FEAT_GUI_W32 3239 #ifdef FEAT_GUI_W32
3242 main_msg(_("-P <parent title>\tOpen Vim inside parent application")); 3240 main_msg(_("-P <parent title>\tOpen Vim inside parent application"));
3243 main_msg(_("--windowid <HWND>\tOpen Vim inside another win32 widget")); 3241 main_msg(_("--windowid <HWND>\tOpen Vim inside another win32 widget"));