diff --git a/assets/linphone.desktop b/assets/linphone.desktop index 663c8d70154c2a1fed942b5c28e40b77a6b8b8ee..42dd51d8ff6e3c6bbe134af9f21ec7f70e21604f 100644 --- a/assets/linphone.desktop +++ b/assets/linphone.desktop @@ -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 diff --git a/cmake_builder/linphone_package/uri-handler-install.nsi.in b/cmake_builder/linphone_package/uri-handler-install.nsi.in index 288e5f65c8f691ce1a363e76881da7a1c6c58afe..bdf467c577ccf0796c4ece88d1ff7930ce186802 100644 --- a/cmake_builder/linphone_package/uri-handler-install.nsi.in +++ b/cmake_builder/linphone_package/uri-handler-install.nsi.in @@ -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$\"" \ No newline at end of file +WriteRegStr HKCR "sips-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\"" diff --git a/src/app/cli/Cli.cpp b/src/app/cli/Cli.cpp index 9a8d12ddbb33e8811881c877f5e80203ddb1c221..45502707726d25faf533fa36a880113998333037 100644 --- a/src/app/cli/Cli.cpp +++ b/src/app/cli/Cli.cpp @@ -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: