Revert accidental change.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4961 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Robert Graham Merkel 2001-07-18 04:53:39 +00:00
parent 1fce9d2b65
commit d37d4af7f0
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
* src/guile/gnc.gwp: wrap safe_strcmp.
* src/gnome/dialog-print-check.c: revert inadvertant change
(sorry . . .).
2001-07-17 Dave Peticolas <dave@krondo.com>
* doc/sgml/C/xacc-features.sgml: Matt Krai's doc patch

View File

@ -151,7 +151,7 @@ gnc_ui_print_check_dialog_ok_cb(GtkButton * button,
int sel_option;
double multip = 72.0;
char * formats[] = { "quicken", "wallet", "custom" };
char * formats[] = { "quicken", "custom" };
char * positions[] = { "top", "middle", "bottom", "custom" };
char * dateformats[] = { "%B %e, %Y",
"%e %B, %Y",