[gnome-dvb-daemon] Set the "program-name" property instead of the "name" one
- From: Sebastian Polsterl <sebp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dvb-daemon] Set the "program-name" property instead of the "name" one
- Date: Wed, 1 Mar 2017 20:31:30 +0000 (UTC)
commit 3aa882377e9890992a341008aa1cd87c95abfe93
Author: Laurent Bigonville <bigon bigon be>
Date: Tue Feb 21 18:27:55 2017 +0100
Set the "program-name" property instead of the "name" one
Properly set the name of the application in the about dialog
https://bugzilla.gnome.org/show_bug.cgi?id=779030
client/gnomedvb/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gnomedvb/__init__.py b/client/gnomedvb/__init__.py
index a5a85f3..c840197 100644
--- a/client/gnomedvb/__init__.py
+++ b/client/gnomedvb/__init__.py
@@ -33,7 +33,7 @@ INFOS = {
"authors": ["Sebastian Pölsterl <sebp k-d-w org>"],
"copyright" : "Copyright © 2008-2014\nSebastian Pölsterl.",
"logo-icon-name": "gnome-dvb-daemon",
- "name" : _("GNOME DVB Daemon"),
+ "program-name" : _("GNOME DVB Daemon"),
"version" : gnomedvb.defs.VERSION,
"website" : "https://wiki.gnome.org/Projects/DVBDaemon",
"website-label" : _("GNOME DVB Daemon Website"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]