aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/about/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/about/about.c')
-rw-r--r--src/plugins/about/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/about/about.c b/src/plugins/about/about.c
index c59b5b67..b075ad59 100644
--- a/src/plugins/about/about.c
+++ b/src/plugins/about/about.c
@@ -38,7 +38,7 @@ on_about_clicked_about (GtkWidget * dummy, gpointer data)
38 GtkWidget *ad; 38 GtkWidget *ad;
39 GladeXML *axml; 39 GladeXML *axml;
40 40
41 axml = glade_xml_new (getGladeFileName (), "aboutDialog", PACKAGE_NAME); 41 axml = glade_xml_new (GNUNET_GTK_get_glade_filename (), "aboutDialog", PACKAGNUNET_GENAME);
42 ad = glade_xml_get_widget (axml, "aboutDialog"); 42 ad = glade_xml_get_widget (axml, "aboutDialog");
43 gtk_dialog_run (GTK_DIALOG (ad)); 43 gtk_dialog_run (GTK_DIALOG (ad));
44 gtk_widget_destroy (ad); 44 gtk_widget_destroy (ad);
@@ -50,7 +50,7 @@ init_about ()
50{ 50{
51 GtkWidget *tab; 51 GtkWidget *tab;
52 52
53 tab = glade_xml_get_widget (getMainXML (), "aboutButton"); 53 tab = glade_xml_get_widget (GNUNET_GTK_get_main_glade_XML (), "aboutButton");
54 gtk_widget_show (tab); 54 gtk_widget_show (tab);
55} 55}
56 56