changeset 3462ac20155e in /home/hg/repos/gajim
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=3462ac20155e
description: add some title to windows. Fixes #7383
diffstat:
data/gui/manage_sounds_window.ui | 1 +
src/dialogs.py | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 4232a8dbc4eb -r 3462ac20155e data/gui/manage_sounds_window.ui
--- a/data/gui/manage_sounds_window.ui Mon Jul 15 15:13:39 2013 +0200
+++ b/data/gui/manage_sounds_window.ui Mon Jul 15 15:34:14 2013 +0200
@@ -6,6 +6,7 @@
<property name="width_request">400</property>
<property name="height_request">350</property>
<property name="border_width">6</property>
+ <property name="title" translatable="yes">Manage sounds</property>
<property name="type_hint">dialog</property>
<signal name="delete_event"
handler="on_manage_sounds_window_delete_event"/>
<child>
diff -r 4232a8dbc4eb -r 3462ac20155e src/dialogs.py
--- a/src/dialogs.py Mon Jul 15 15:13:39 2013 +0200
+++ b/src/dialogs.py Mon Jul 15 15:34:14 2013 +0200
@@ -5273,6 +5273,7 @@
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,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits