gui: Change View|Data and View|Variables to radio button menu items.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 1 May 2011 05:30:28 +0000 (22:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 4 May 2011 03:18:41 +0000 (20:18 -0700)
commit1e4c36d1b7cc62f4f2108fbfb0c412e2cafe91ef
tree221dfadf4c19d19e0888ab683b1581c6f03ca44b
parent770a9763c4059adc0fde5f7b169814181ac14158
gui: Change View|Data and View|Variables to radio button menu items.

I didn't know what View|Variables did until I tried it, at which
point I was surprised that it changed into View|Data.  I think that
a pair of radio button menu items better communicates the intent.
Also, this situation seems to fit well what the GNOME Human Interface
Guidelines say about radio button menu items:

    Radio button menu items show which of two or more
    mutually-exclusive settings are currently selected, and allow
    the user to choose a different setting by selecting its menu
    item.

    * If you need to offer a choice of two mutually-exclusive
      settings to the user, use a group of two radio button items
      instead of a single check box menu item if the settings are
      not clearly opposites. For example, represent View as Icons
      and View as List as two radio button items.
src/ui/gui/data-editor.ui
src/ui/gui/psppire-data-window.c