software_widget.c: sorry, hotfix

git-svn-id: svn://kolibrios.org@5407 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2015-02-15 02:46:18 +00:00
parent 57aebb0407
commit d7a5290aec

View File

@ -86,7 +86,7 @@ void main()
if (load_dll2(libini, #lib_init,1)!=0) notify("Error: library doesn't exists - libini");
skin.load();
if (#param)
if (param)
{
strcpy(#settings_ini_path, #param);
}