- add UNZ to autobuild

- remove unused data/<lang>/fonts folders
- update associations and set KIV as default viewer instead of zSea as it has resize now
- remove some debug info from C-- programs and make functions includable only if they are used in app



git-svn-id: svn://kolibrios.org@7160 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2018-02-16 15:53:51 +00:00
parent 5a6215f089
commit 76bd014d8b
9 changed files with 31 additions and 28 deletions

View File

@@ -71,7 +71,7 @@
if(font)free(font);
label_io.read(font_path);
if(!EAX) {
debugln(font_path);
//debugln(font_path);
label_io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
return false;
}