[Pkg-privacy-commits] [onionshare] 188/256: Oops, set the TorConnectionDialog window title back
Ulrike Uhlig
ulrike at moszumanska.debian.org
Fri May 26 12:53:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
ulrike pushed a commit to branch master
in repository onionshare.
commit 8a8c2bd34b4976d122276e3335fe64eba5d3d412
Author: Micah Lee <micah at micahflee.com>
Date: Tue May 16 17:30:54 2017 -0700
Oops, set the TorConnectionDialog window title back
---
onionshare_gui/tor_connection_dialog.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare_gui/tor_connection_dialog.py b/onionshare_gui/tor_connection_dialog.py
index 462593b..cf30b63 100644
--- a/onionshare_gui/tor_connection_dialog.py
+++ b/onionshare_gui/tor_connection_dialog.py
@@ -38,7 +38,7 @@ class TorConnectionDialog(QtWidgets.QProgressDialog):
self.settings = settings
self.onion = onion
- self.setWindowTitle("OnionShare TOR")
+ self.setWindowTitle("OnionShare")
self.setWindowIcon(QtGui.QIcon(common.get_resource_path('images/logo.png')))
self.setModal(True)
self.setFixedSize(400, 150)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list