mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
1fce9d2b65
commit
d37d4af7f0
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user