gui: Consistently use print format instead of write format.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Jun 2011 16:42:22 +0000 (09:42 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 23 Jun 2011 15:50:23 +0000 (08:50 -0700)
commit49ad45764ab062f60a205dd84d0c3b600f051727
tree1d077a0b470230486d57f2cee21437d175b455cc
parent320267625a64914733f6ab2e87b48f93c53fd6c5
gui: Consistently use print format instead of write format.

In syntax, only the WRITE command uses write formats.  Other
commands all use print formats.  I don't see why the GUI should
act differently.
src/ui/gui/find-dialog.c
src/ui/gui/missing-val-dialog.c
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-dictview.c
src/ui/gui/psppire-var-sheet.c
src/ui/gui/psppire-var-store.c
src/ui/gui/val-labs-dialog.c
src/ui/gui/var-type-dialog.c