mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-13 22:04:36 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@14400 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
a04a2ad8be
commit
126772a3f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue