Commit 2caed6a8 authored by Dan Pascu's avatar Dan Pascu

Changed window title

parent 4ceb3814
......@@ -590,8 +590,8 @@ class ServerToolsWindow(base_class, ui_class):
self.tab_widget.removeTab(0) # remove the tab(s) added in designer
self.tab_widget.tabBar().hide()
self.account_button.setMenu(QMenu(self.account_button))
self.setWindowTitle('Blink Services on SIP Server')
self.setWindowIconText('Blink Services')
self.setWindowTitle('Blink Server Tools')
self.setWindowIconText('Server Tools')
self.model = model
self.tab_widget.addTab(ServerToolsWebView(self), '')
font = self.account_label.font()
......
......@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Account Settings on SIP Server</string>
<string>Blink Server Tools</string>
</property>
<property name="windowIcon">
<iconset>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment