X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fcomments-dialog.c;h=58cf7e7f2ab12d6621edf4acadbff00eb25c8234;hb=9b4ce769e06471b84a5ada1d75903989c9ceae1d;hp=f922fd5509de1a79db808dd47304d391c3f721a4;hpb=27a8000a8bd4fed34ecce128487226c7daac79a3;p=pspp diff --git a/src/ui/gui/comments-dialog.c b/src/ui/gui/comments-dialog.c index f922fd5509..58cf7e7f2a 100644 --- a/src/ui/gui/comments-dialog.c +++ b/src/ui/gui/comments-dialog.c @@ -90,7 +90,7 @@ comments_dialog (PsppireDataWindow *de) gint response ; struct comment_dialog cd; - GtkBuilder *xml = builder_new ("psppire.ui"); + GtkBuilder *xml = builder_new ("comments.ui"); GtkWidget *dialog = get_widget_assert (xml, "comments-dialog"); GtkWidget *textview = get_widget_assert (xml, "comments-textview1");