mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix(App): set correct app name on windows
This commit is contained in:
parent
3d902a6b30
commit
235805a77b
11 changed files with 10 additions and 11 deletions
|
|
@ -1601,7 +1601,7 @@ Klicken Sie hier: <a href="%1">%1</a>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Einstellungen</translation>
|
||||
<translation>Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1603,7 +1603,7 @@ your friend's SIP address or username.</translation>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Settings</translation>
|
||||
<translation>Settings</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1601,7 +1601,7 @@ Cliquez ici : <a href="%1">%1</a>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Paramètres</translation>
|
||||
<translation>Paramètres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1598,7 +1598,7 @@
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - 設定</translation>
|
||||
<translation>設定</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1603,7 +1603,7 @@ Tiesiog, įveskite savo draugo SIP adresą ar naudotojo vardą.</translation>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Nustatymai</translation>
|
||||
<translation>Nustatymai</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1603,7 +1603,7 @@ o endereço SIP ou nome de usuário do seu amigo.</translation>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Configurações</translation>
|
||||
<translation>Configurações</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1601,7 +1601,7 @@
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Настройки</translation>
|
||||
<translation>Настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1600,7 +1600,7 @@ Klicka här: <a href="%1">%1</a>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Inställningar</translation>
|
||||
<translation>Inställningar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -1603,7 +1603,7 @@ arkadaşınızın SIP adresini veya kullanıcı adını girin.</translation>
|
|||
<name>SettingsWindow</name>
|
||||
<message>
|
||||
<source>settingsTitle</source>
|
||||
<translation>Linphone - Ayarlar</translation>
|
||||
<translation>Ayarlar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sipAccountsTab</source>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ ApplicationWindow {
|
|||
minimumHeight: MainWindowStyle.minimumHeight
|
||||
minimumWidth: MainWindowStyle.minimumWidth
|
||||
|
||||
title: MainWindowStyle.title
|
||||
title: Utils.capitalizeFirstLetter(Qt.application.name)
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ QtObject {
|
|||
property int minimumHeight: 610
|
||||
property int minimumWidth: 950
|
||||
property int width: 950
|
||||
property string title: 'Linphone'
|
||||
|
||||
property QtObject accountStatus: QtObject {
|
||||
property int width: 200
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue