forked from pool/fontforge
13 lines
607 B
Diff
13 lines
607 B
Diff
|
diff -ru fontforge-20061220/fontforge/displayfonts.c fontforge-20061220.new/fontforge/displayfonts.c
|
||
|
--- fontforge-20061220/fontforge/displayfonts.c 2006-11-19 22:03:11.000000000 +0100
|
||
|
+++ fontforge-20061220.new/fontforge/displayfonts.c 2007-01-03 12:25:54.000000000 +0100
|
||
|
@@ -469,7 +469,7 @@
|
||
|
void DisplayDlg(SplineFont *sf) {
|
||
|
GRect pos;
|
||
|
GWindowAttrs wattrs;
|
||
|
- GGadgetCreateData gcd[15], boxes[5], *harray[8], *farray[6], *barray[4], *varray[9];
|
||
|
+ GGadgetCreateData gcd[15], boxes[5], *harray[8], *farray[7], *barray[4], *varray[9];
|
||
|
GTextInfo label[15];
|
||
|
DI di;
|
||
|
char buf[10];
|