mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2813 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a3b1bf2b00
commit
dd72cb0b43
@ -185,7 +185,7 @@ gnc_ui_qif_import_select_file_cb(GtkButton * button,
|
||||
QIFImportWindow * wind =
|
||||
gtk_object_get_data(GTK_OBJECT(dialog), "qif_window_struct");
|
||||
|
||||
char * new_file_name;
|
||||
const char * new_file_name;
|
||||
|
||||
new_file_name = fileBox(_("Select QIF File"), "*.qif");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user