Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3432 → Rev 3433

/programs/cmm/installer/installation.c
67,7 → 67,6
for (i = 0; copyfiles[i]!=0; i++) copyf(copyfiles[i]);
ShowProgress("Post install actions...");
RunProgram("/sys/launcher", NULL);
RunProgram("/sys/media/kiv", "\\S__/tmp9/1/wallpapers/Retro flower.jpg");
SetSystemSkin("/tmp9/1/skins/latte.skn");
EndLoop();
}