aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index f513efc1..b2095a70 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,9 +113,9 @@ int main(int argc,
113 /* load the interface */ 113 /* load the interface */
114#ifdef MINGW 114#ifdef MINGW
115 gladeFile = MALLOC(_MAX_PATH + 1); 115 gladeFile = MALLOC(_MAX_PATH + 1);
116 plibc_conv_to_win_path(DATADIR"/gnunet-gtk.glade", gladeFile); 116 plibc_conv_to_win_path(PACKAGE_DATA_DIR"/gnunet-gtk.glade", gladeFile);
117#else 117#else
118 gladeFile = STRDUP(DATADIR"/gnunet-gtk.glade"); 118 gladeFile = STRDUP(PACKAGE_DATA_DIR"/gnunet-gtk.glade");
119#endif 119#endif
120 120
121 mainXML = glade_xml_new(gladeFile, 121 mainXML = glade_xml_new(gladeFile,