comparison src/main.c @ 2592:2c5e70e2858f v7.3.016

updated for version 7.3.016 Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
author Bram Moolenaar <bram@vim.org>
date Wed, 29 Sep 2010 17:27:01 +0200
parents 6768ebd0bc04
children 266f9d9f5109
comparison
equal deleted inserted replaced
2591:88095f75d63b 2592:2c5e70e2858f
938 938
939 #ifdef FEAT_NETBEANS_INTG 939 #ifdef FEAT_NETBEANS_INTG
940 if (netbeansArg != NULL && strncmp("-nb", netbeansArg, 3) == 0) 940 if (netbeansArg != NULL && strncmp("-nb", netbeansArg, 3) == 0)
941 { 941 {
942 # ifdef FEAT_GUI 942 # ifdef FEAT_GUI
943 # if !defined(FEAT_GUI_MOTIF) && !defined(FEAT_GUI_GTK) \ 943 # if !defined(FEAT_GUI_X11) && !defined(FEAT_GUI_GTK) \
944 && !defined(FEAT_GUI_W32) 944 && !defined(FEAT_GUI_W32)
945 if (gui.in_use) 945 if (gui.in_use)
946 { 946 {
947 mch_errmsg(_("netbeans is not supported with this GUI\n")); 947 mch_errmsg(_("netbeans is not supported with this GUI\n"));
948 mch_exit(2); 948 mch_exit(2);