aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index 2a56256a..be4529ed 100644
--- a/src/about.c
+++ b/src/about.c
@@ -28,6 +28,8 @@
28#include "config.h" 28#include "config.h"
29#include "main.h" 29#include "main.h"
30 30
31extern char *gladeFile;
32
31/** 33/**
32 * This displays an about window 34 * This displays an about window
33 */ 35 */
@@ -37,7 +39,7 @@ void on_about_clicked(GtkWidget *dummy,
37 GladeXML * axml; 39 GladeXML * axml;
38 40
39 axml 41 axml
40 = glade_xml_new(GLADE_FILE, 42 = glade_xml_new(gladeFile,
41 "aboutDialog", 43 "aboutDialog",
42 NULL); 44 NULL);
43 ad 45 ad