mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
spelling fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13720 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e615f2ec5a
commit
a82ad54aa5
@ -77,13 +77,13 @@ gnc_ok_cancel_dialog(gncUIWidget parent,
|
||||
|
||||
extern void
|
||||
gnc_warning_dialog(gncUIWidget parent,
|
||||
const char *forrmat, ...) G_GNUC_PRINTF (2, 3);
|
||||
const char *format, ...) G_GNUC_PRINTF (2, 3);
|
||||
|
||||
|
||||
|
||||
extern void
|
||||
gnc_error_dialog(GtkWidget *parent,
|
||||
const char *forrmat, ...) G_GNUC_PRINTF (2, 3);
|
||||
const char *format, ...) G_GNUC_PRINTF (2, 3);
|
||||
|
||||
|
||||
extern void
|
||||
|
Loading…
Reference in New Issue
Block a user