forked from KolibriOS/kolibrios
fix software widget
git-svn-id: svn://kolibrios.org@6786 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
49d1cbe22c
commit
f1d65cb32f
@ -194,7 +194,7 @@ byte Cp866ToAnsi(byte s) {
|
||||
label_io.read(font_path);
|
||||
IF(!EAX) {
|
||||
debugln(font_path);
|
||||
io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
|
||||
label_io.run("/sys/@notify", "'Error: KFONT is not loaded.' -E");
|
||||
return false;
|
||||
}
|
||||
font_begin = font = label_io.buffer_data;
|
||||
|
@ -2,7 +2,7 @@
|
||||
SOFTWARE CENTER v2.8
|
||||
*/
|
||||
|
||||
#define MEMSIZE 0x9000
|
||||
#define MEMSIZE 4096 * 15
|
||||
#include "..\lib\strings.h"
|
||||
#include "..\lib\mem.h"
|
||||
#include "..\lib\io.h"
|
||||
|
Loading…
Reference in New Issue
Block a user