summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/about/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about/version.c b/src/about/version.c
index 411ea7e..ff17914 100644
--- a/src/about/version.c
+++ b/src/about/version.c
@@ -28,7 +28,6 @@
#include "../about.h"
#include "../application.h"
-#include "../gpl-3-0.h"
#include "../html.h"
#include "paths.h"
@@ -63,7 +62,8 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application,
"<pj@pehjota.net>"),
NULL),
"Credits",
- g_strdup(mq_gpl_3_0_html()),
+ mq_html_input_iframe("mq-about:resources/"
+ "gpl-3.0-standalone.html"),
"License",
NULL),
NULL);