Subversion Repositories Kolibri OS

Rev

Rev 3684 | Rev 5363 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3684 Rev 3927
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2012. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 3684 $
8
$Revision: 3927 $
9
 
9
 
10
;------------------------------------------------------------------------------
10
;------------------------------------------------------------------------------
11
align 4
11
align 4
Line 231... Line 231...
231
;------------------------------------------------------------------------------
231
;------------------------------------------------------------------------------
232
align 4
232
align 4
233
FONT_I:
233
FONT_I:
234
  if lang eq sp
234
  if lang eq sp
235
  file 'char_sp.mt'
235
  file 'char_sp.mt'
-
 
236
  else if lang eq et
-
 
237
  file 'char_et.mt'
236
  else
238
  else
237
  file 'char.mt'
239
  file 'char.mt'
238
  end if
240
  end if
239
;------------------------------------------------------------------------------
241
;------------------------------------------------------------------------------
240
align 4
242
align 4
241
FONT_II:
243
FONT_II:
242
  if lang eq sp
244
  if lang eq sp
243
  file 'char2_sp.mt'
245
  file 'char2_sp.mt'
-
 
246
  else if lang eq et
-
 
247
  file 'char2_et.mt'
244
  else
248
  else
245
  file 'char2.mt'
249
  file 'char2.mt'
246
  end if
250
  end if
247
;------------------------------------------------------------------------------
251
;------------------------------------------------------------------------------