mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-28 20:06:20 +00:00
fix(app): coding style
This commit is contained in:
parent
0e50a6b575
commit
a4ad61d314
3 changed files with 4 additions and 5 deletions
|
|
@ -9,7 +9,6 @@ Terminal=false
|
|||
Categories=Network;Telephony;
|
||||
MimeType=x-scheme-handler/sip-linphone;x-scheme-handler/sip;x-scheme-handler/sips-linphone;x-scheme-handler/sips;
|
||||
|
||||
|
||||
# Translations
|
||||
Name[de]=Linphone
|
||||
Name[he]=Linphone
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
WriteRegStr HKCR "sip" "" "URL:sip Protocol"
|
||||
WriteRegStr HKCR "sip" "URL Protocol" ""
|
||||
WriteRegStr HKCR "sip" "URL Protocol" ""
|
||||
WriteRegExpandStr HKCR "sip\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
||||
WriteRegStr HKCR "sip\shell" "" "open"
|
||||
WriteRegStr HKCR "sip\shell\open" "" "command"
|
||||
|
|
@ -13,7 +13,7 @@ WriteRegStr HKCR "sip-linphone\shell\open" "" "command"
|
|||
WriteRegStr HKCR "sip-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
||||
|
||||
WriteRegStr HKCR "sips" "" "URL:sips Protocol"
|
||||
WriteRegStr HKCR "sips" "URL Protocol" ""
|
||||
WriteRegStr HKCR "sips" "URL Protocol" ""
|
||||
WriteRegExpandStr HKCR "sips\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
||||
WriteRegStr HKCR "sips\shell" "" "open"
|
||||
WriteRegStr HKCR "sips\shell\open" "" "command"
|
||||
|
|
@ -24,4 +24,4 @@ WriteRegStr HKCR "sips-linphone" "URL Protocol" ""
|
|||
WriteRegExpandStr HKCR "sips-linphone\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
||||
WriteRegStr HKCR "sips-linphone\shell" "" "open"
|
||||
WriteRegStr HKCR "sips-linphone\shell\open" "" "command"
|
||||
WriteRegStr HKCR "sips-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
||||
WriteRegStr HKCR "sips-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
||||
|
|
|
|||
|
|
@ -362,7 +362,7 @@ void Cli::executeCommand (const QString &command, CommandFormat *format) {
|
|||
if (scheme == validScheme)
|
||||
goto success;
|
||||
qWarning() << QStringLiteral("Not a valid uri: `%1` Unsupported scheme: `%2`.")
|
||||
.arg(command).arg(::Utils::coreStringToAppString(scheme));
|
||||
.arg(command).arg(::Utils::coreStringToAppString(scheme));
|
||||
return;
|
||||
|
||||
success:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue