X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fvariable-info-dialog.c;h=6fc8dd89221759c9d24f1050d2fd8ab6384e9ebd;hb=e589b646894ffc013ab5e57981c8ac07bce522dd;hp=2f5495f137dd5a41f0e889cc847a210f7bf4b3e7;hpb=4612957073c41b6f15e8b36de14f43fb40cd9bfb;p=pspp-builds.git diff --git a/src/ui/gui/variable-info-dialog.c b/src/ui/gui/variable-info-dialog.c index 2f5495f1..6fc8dd89 100644 --- a/src/ui/gui/variable-info-dialog.c +++ b/src/ui/gui/variable-info-dialog.c @@ -167,7 +167,7 @@ variable_info_dialog (GObject *o, gpointer data) gint response ; - GtkBuilder *xml = builder_new ("psppire.ui"); + GtkBuilder *xml = builder_new ("variable-info-dialog.ui"); GtkWidget *dialog = get_widget_assert (xml, "variable-info-dialog"); GtkWidget *treeview = get_widget_assert (xml, "treeview2");