[gnome-logs] Fix application name in about dialog



commit 109de4177ab9495e3a5e6f96931ff2982c491550
Author: David King <amigadave amigadave com>
Date:   Fri Jun 7 15:11:50 2019 +0100

    Fix application name in about dialog

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]