Revision: 19032
http://vice-emu.svn.sourceforge.net/vice-emu/?rev=19032&view=rev
Author: pottendo
Date: 2008-07-18 15:15:03 +0000 (Fri, 18 Jul 2008)
Log Message:
-----------
* arch/unix/gui/uipalemu.c: Removed UI for `Old PAL Emu' in case
of `USE_GNOMEUI.
Modified Paths:
--------------
branches/pottendo/v1.22.27-intlupd/vice/src/arch/unix/gui/uipalemu.c
Modified: branches/pottendo/v1.22.27-intlupd/vice/src/arch/unix/gui/uipalemu.c
===================================================================
--- branches/pottendo/v1.22.27-intlupd/vice/src/arch/unix/gui/uipalemu.c 2008-07-18 14:03:47 UTC (rev 19031)
+++ branches/pottendo/v1.22.27-intlupd/vice/src/arch/unix/gui/uipalemu.c 2008-07-18 15:15:03 UTC (rev 19032)
@@ -135,8 +135,10 @@
{ "--" },
{ N_("*Fast PAL Emulation"),
(ui_callback_t)radio_PALMode, (ui_callback_data_t)0, NULL },
+#ifndef USE_GNOMEUI
{ N_("*Old Exact PAL Emulation"),
(ui_callback_t)radio_PALMode, (ui_callback_data_t)1, NULL },
+#endif
{ N_("*New Exact PAL Emulation"),
(ui_callback_t)radio_PALMode, (ui_callback_data_t)2, NULL },
#ifndef USE_GNOMEUI
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|