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): ...@@ -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.removeTab(0) # remove the tab(s) added in designer
self.tab_widget.tabBar().hide() self.tab_widget.tabBar().hide()
self.account_button.setMenu(QMenu(self.account_button)) self.account_button.setMenu(QMenu(self.account_button))
self.setWindowTitle('Blink Services on SIP Server') self.setWindowTitle('Blink Server Tools')
self.setWindowIconText('Blink Services') self.setWindowIconText('Server Tools')
self.model = model self.model = model
self.tab_widget.addTab(ServerToolsWebView(self), '') self.tab_widget.addTab(ServerToolsWebView(self), '')
font = self.account_label.font() font = self.account_label.font()
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Account Settings on SIP Server</string> <string>Blink Server Tools</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset> <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