.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@14400 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-28 22:59:45 +00:00
parent a04a2ad8be
commit 126772a3f5

View file

@ -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());