Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
fbe8d89f
Commit
fbe8d89f
authored
Aug 05, 2010
by
Adrian Georgescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize window titles
parent
ab8f73dc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
sessions.py
blink/sessions.py
+4
-4
add_account.ui
resources/add_account.ui
+1
-1
No files found.
blink/sessions.py
View file @
fbe8d89f
...
@@ -1569,12 +1569,12 @@ class IncomingSession(QObject):
...
@@ -1569,12 +1569,12 @@ class IncomingSession(QObject):
self
.
desktopsharing_stream
=
desktopsharing_stream
self
.
desktopsharing_stream
=
desktopsharing_stream
if
proposal
:
if
proposal
:
self
.
dialog
.
setWindowTitle
(
u'Incoming
session u
pdate'
)
self
.
dialog
.
setWindowTitle
(
u'Incoming
Session U
pdate'
)
self
.
dialog
.
setWindowIconText
(
u'Incoming
session u
pdate'
)
self
.
dialog
.
setWindowIconText
(
u'Incoming
Session U
pdate'
)
self
.
dialog
.
busy_button
.
hide
()
self
.
dialog
.
busy_button
.
hide
()
else
:
else
:
self
.
dialog
.
setWindowTitle
(
u'Incoming
session r
equest'
)
self
.
dialog
.
setWindowTitle
(
u'Incoming
Session R
equest'
)
self
.
dialog
.
setWindowIconText
(
u'Incoming
session r
equest'
)
self
.
dialog
.
setWindowIconText
(
u'Incoming
Session R
equest'
)
address
=
u'
%
s@
%
s'
%
(
session
.
remote_identity
.
uri
.
user
,
session
.
remote_identity
.
uri
.
host
)
address
=
u'
%
s@
%
s'
%
(
session
.
remote_identity
.
uri
.
user
,
session
.
remote_identity
.
uri
.
host
)
self
.
dialog
.
uri_label
.
setText
(
address
)
self
.
dialog
.
uri_label
.
setText
(
address
)
if
self
.
contact
:
if
self
.
contact
:
...
...
resources/add_account.ui
View file @
fbe8d89f
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
</rect>
</rect>
</property>
</property>
<property
name=
"windowTitle"
>
<property
name=
"windowTitle"
>
<string>
Add
a
ccount
</string>
<string>
Add
A
ccount
</string>
</property>
</property>
<layout
class=
"QVBoxLayout"
name=
"dialog_layout"
>
<layout
class=
"QVBoxLayout"
name=
"dialog_layout"
>
<property
name=
"spacing"
>
<property
name=
"spacing"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment