summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2019-06-07 15:11:50 +0100
committerDavid King <amigadave@amigadave.com>2019-06-07 15:11:50 +0100
commit109de4177ab9495e3a5e6f96931ff2982c491550 (patch)
treeb92248493212e7535879a29d621964b36195542f
parent86ae341d6837e7b6b36bd8e0c65be0211ef37eba (diff)
downloadgnome-logs-109de4177ab9495e3a5e6f96931ff2982c491550.tar.gz
Fix application name in about dialog
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c7801d5..5395e5b 100644
--- a/meson.build
+++ b/meson.build
@@ -36,7 +36,7 @@ set_defines = [
# package
['PACKAGE', gl_name],
['PACKAGE_BUGREPORT', 'http://bugzilla.gnome.org/enter_bug.cgi?product=' + gl_name],
- ['PACKAGE_NAME', gl_name],
+ ['PACKAGE_NAME', 'Logs'],
['PACKAGE_STRING', '@0@ @1@'.format(gl_name, gl_version)],
['PACKAGE_TARNAME', gl_name],
['PACKAGE_URL', 'https://wiki.gnome.org/Apps/Logs'],