- added ifdef INTERNATIONAL for changes in interface.c
- changed switching to smaller/larger fonts, it now does only 1 pnt size. with standard font (11), medium is 10, small 9
This commit is contained in:
@@ -212,7 +212,7 @@ void start_interface_font(void) {
|
||||
}
|
||||
} else {
|
||||
U.language= 0;
|
||||
U.fontsize= 10;
|
||||
U.fontsize= 11;
|
||||
U.encoding= 0;
|
||||
|
||||
#if defined (__APPLE__)
|
||||
|
||||
Reference in New Issue
Block a user