mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Files linked to dialog-fincalc.glade
This commit is contained in:
parent
5cca866d18
commit
16c4be0219
@ -568,9 +568,9 @@ gnc_ui_fincalc_dialog_create(void)
|
||||
builder = gtk_builder_new();
|
||||
gnc_builder_add_from_file (builder, "dialog-fincalc.glade", "liststore1");
|
||||
gnc_builder_add_from_file (builder, "dialog-fincalc.glade", "liststore2");
|
||||
gnc_builder_add_from_file (builder, "dialog-fincalc.glade", "Financial Calculator Dialog");
|
||||
gnc_builder_add_from_file (builder, "dialog-fincalc.glade", "financial_calculator_dialog");
|
||||
|
||||
fcd->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "Financial Calculator Dialog"));
|
||||
fcd->dialog = GTK_WIDGET(gtk_builder_get_object (builder, "financial_calculator_dialog"));
|
||||
|
||||
gnc_register_gui_component (DIALOG_FINCALC_CM_CLASS,
|
||||
NULL, close_handler, fcd);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user