Subversion Repositories Kolibri OS

Rev

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

Rev 2640 Rev 3415
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
 
-
 
8
$Revision: 3415 $
-
 
9
 
Line 8... Line 10...
8
$Revision: 2640 $
10
include "../lang.inc"
9
 
11
 
10
;------------------------------------------------------------------------------
12
;------------------------------------------------------------------------------
11
align 4
13
align 4
Line 229... Line 231...
229
        popad
231
        popad
230
        ret
232
        ret
231
;------------------------------------------------------------------------------
233
;------------------------------------------------------------------------------
232
align 4
234
align 4
233
FONT_I:
235
FONT_I:
-
 
236
  if lang eq sp
-
 
237
  file 'char_sp.mt'
-
 
238
  else
234
  file 'char.mt'
239
  file 'char.mt'
-
 
240
  end if
235
;------------------------------------------------------------------------------
241
;------------------------------------------------------------------------------
236
align 4
242
align 4
237
FONT_II:
243
FONT_II:
-
 
244
  if lang eq sp
-
 
245
  file 'char2_sp.mt'
-
 
246
  else
238
  file 'char2.mt'
247
  file 'char2.mt'
-
 
248
  end if
239
;------------------------------------------------------------------------------
249
;------------------------------------------------------------------------------
240
250