gui: Merge File|Open|Syntax and File|Open|Data into File|Open. 20100310040505/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 10 Mar 2010 05:48:42 +0000 (21:48 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 10 Mar 2010 05:49:03 +0000 (21:49 -0800)
commitaca5e0c21bb5f2cc509ea1fb0ec5ba5be4faaf7d
tree33e0feeaaa2295a5a758ac9b386516d1c2599637
parentc919bc2cf709771292738b0a64a07bd04b3417ae
gui: Merge File|Open|Syntax and File|Open|Data into File|Open.

In playing with the GUI, I've found it increasingly annoying to have to
click an extra time to tell PSPPIRE whether I want to open a data file or
a syntax file.  There's no need for that--it can easily figure out what
kind of file it's being asked to read.  This commit implements that
behavior.
src/data/any-reader.c
src/data/any-reader.h
src/ui/gui/data-editor.glade
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-syntax-window.h