|
@@ -335,7 +335,7 @@ BEGIN
|
|
G.SetSizeStep(charW, charH);
|
|
G.SetSizeStep(charW, charH);
|
|
screen := G.Init();
|
|
screen := G.Init();
|
|
IF screen # NIL THEN
|
|
IF screen # NIL THEN
|
|
- G.SetWindowTitle('FreeOberon');
|
|
|
|
|
|
+ G.SetWindowTitle('Free Oberon');
|
|
G.ShowMouse(FALSE);
|
|
G.ShowMouse(FALSE);
|
|
charsX := screen.w DIV charW;
|
|
charsX := screen.w DIV charW;
|
|
charsY := screen.h DIV charH;
|
|
charsY := screen.h DIV charH;
|