" Menu Translations: Polish
" Maintainer: Rafal M. Sulejman <rms@poczta.onet.pl>
-" Initial Translation: Marcin Dalecki <dalecki@cs.net.pl>
+" Initial Translation: Marcin Dalecki <martin@dalecki.de>
" Last Change: 06 Sep 2001
" Quit when menu translations have already been done.
* +mouse Any mouse support (any of the above enabled).
*/
/* OS/2 and Amiga console have no mouse support */
-#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) || defined(FEAT_GUI_AMIGA)
+#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS))
# ifdef FEAT_NORMAL
# define FEAT_MOUSE_XTERM
# endif
if (gui.in_use)
type = 1;
# endif
-# ifdef FEAT_GUI_BEOS
- /* TODO: If this means (gui.in_use) why not merge with above? (Dany) */
- /* we always have a 'window' */
- type = 1;
-# endif
#endif
/*
# endif
set_x11_title(title); /* x11 */
#endif
-#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_BEOS) \
+#if defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC)
else
gui_mch_settitle(title, icon);
ml_close_all(TRUE); /* remove all memfiles */
may_core_dump();
#ifdef FEAT_GUI
-# ifndef FEAT_GUI_BEOS /* BeOS always has GUI */
if (gui.in_use)
-# endif
gui_exit(r);
#endif
#ifdef __QNX__