Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2003:
[Freeciv-Dev] (PR#7079) Remove unneeded options from clients
Home

[Freeciv-Dev] (PR#7079) Remove unneeded options from clients

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7079) Remove unneeded options from clients
From: "Jordi Mallach" <jordi@xxxxxxxxxxxxxx>
Date: Wed, 10 Dec 2003 09:17:01 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7079 >

The GTK client has a few options like these:


  GEN_BOOL_OPTION(meta_accelerators,        N_("Use Alt/Meta for accelerators 
(GTK+ only)")),
  GEN_BOOL_OPTION(map_scrollbars,           N_("Show Map Scrollbars (GTK+ 
only)")),
  GEN_BOOL_OPTION(dialogs_on_top,           N_("Keep dialogs on top (GTK+ 2.0 
only)")),


This probably clutters sdl/xaw/whatever clients for no reason. I
suggested just ifdef'ing around the stuff, but vasc said it's better to
do it in some other way (I admit ifdefing all the stuff would have been
ugly).

Once the options are shown only in the respective clients, they'd look
better, just showing "Keep dialogs on top", "Show Map Scrollbars", etc.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer     http://www.debian.org/
jordi@xxxxxxxxxxxxxx     jordi@xxxxxxxxxx     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/

Attachment: signature.asc
Description: PGP signature


[Prev in Thread] Current Thread [Next in Thread]