gui: Eliminate some dependencies on the dictionary.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Jun 2011 17:40:43 +0000 (10:40 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 23 Jun 2011 15:50:24 +0000 (08:50 -0700)
commit4994c34bb5a7d1da401b7b9552a91c9ccfd42566
tree54d08d43258259feb6a5a4c7b1a822f3b4bbe8b7
parent66ada89a69ed73a1a15abfbd9bffe4cdf9bf307a
gui: Eliminate some dependencies on the dictionary.

Previously all of the dialog boxes used by the variable sheet
kept around a pointer to the dictionary solely to obtain the
dictionary's encoding.  Previous commits have eliminated that
use, so this commit gets rid of the dictionary members.
src/ui/gui/missing-val-dialog.h
src/ui/gui/psppire-var-sheet.c
src/ui/gui/val-labs-dialog.c
src/ui/gui/val-labs-dialog.h
src/ui/gui/var-type-dialog.c
src/ui/gui/var-type-dialog.h