diff --git a/uppsrc/ide/Upgrade.cpp b/uppsrc/ide/Upgrade.cpp index 207649674..44555a444 100644 --- a/uppsrc/ide/Upgrade.cpp +++ b/uppsrc/ide/Upgrade.cpp @@ -45,7 +45,7 @@ void Ide::UpgradeTheIDE() void Ide::InstallDesktop() { String apps = GetHomeDirFile(".local/share/applications"); - if(PromptYesNo("Write theide.desktop to&" + apps + "?&" + if(PromptYesNo("Write theide.desktop to&[* \1" + apps + "\1]?&" "That should make theide available through desktop menu.")) { String icon = ConfigFile("theide.png"); PNGEncoder().SaveFile(icon, IdeImg::PackageLarge());