Commit 4a660992 authored by Adrian Georgescu's avatar Adrian Georgescu

Changed titles for some windows

parent fbe8d89f
...@@ -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 Server Tools') self.setWindowTitle('Account Settings on SIP Server')
self.setWindowIconText('Server Tools') self.setWindowIconText('SIP Server page')
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()
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Google Contacts</string> <string>Google Contacts Authorization</string>
</property> </property>
<layout class="QVBoxLayout" name="dialog_layout"> <layout class="QVBoxLayout" name="dialog_layout">
<property name="spacing"> <property name="spacing">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Blink Server Tools</string> <string>Account Settings on SIP Server</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