From a369cce72bc5d02562346f2fbf7ef8d03f2e5b9f Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 15 Jul 2013 15:34:14 +0200 Subject: [PATCH] add some title to windows. Fixes #7383 --- data/gui/manage_sounds_window.ui | 1 + src/dialogs.py | 1 + 2 files changed, 2 insertions(+) diff --git a/data/gui/manage_sounds_window.ui b/data/gui/manage_sounds_window.ui index 710ac6606..b1243a1eb 100644 --- a/data/gui/manage_sounds_window.ui +++ b/data/gui/manage_sounds_window.ui @@ -6,6 +6,7 @@ 400 350 6 + Manage sounds dialog diff --git a/src/dialogs.py b/src/dialogs.py index 09c13b670..197f347f6 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -5273,6 +5273,7 @@ class VoIPCallReceivedDialog(object): class CertificatDialog(InformationDialog): def __init__(self, parent, account, cert): + self.set_title(_('Certificate for account %s') % account) issuer = cert.get_issuer() subject = cert.get_subject() InformationDialog.__init__(self,