- 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:
2003-10-23 22:28:49 +00:00
parent 734637215b
commit 904c039e3c
3 changed files with 26 additions and 24 deletions

View File

@@ -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__)