Subversion Repositories Kolibri OS

Rev

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

Rev 2619 Rev 2626
Line 141... Line 141...
141
 
141
 
142
	mov     eax,1
142
	mov     eax,1
143
@@:
143
@@:
144
	mov	[chlang_enable],eax
144
	mov	[chlang_enable],eax
145
;--------------------------------------	
-
 
146
	invoke	ini_get_int,library_path,aFlags,aPageList,1
-
 
147
	cmp     eax,2
-
 
148
	jb      @f
-
 
149
 
-
 
150
	mov     eax,1
-
 
151
@@:
-
 
152
	mov	[page_list_enable],eax
-
 
153
;--------------------------------------
145
;--------------------------------------
154
	invoke	ini_get_int,library_path,aFlags,aAttachment,1
146
	invoke	ini_get_int,library_path,aFlags,aAttachment,1
155
	cmp     eax,2
147
	cmp     eax,2
Line 156... Line 148...
156
	jb      @f
148
	jb      @f
Line 186... Line 178...
186
	mov	[ChangeLang_color],eax
178
	mov	[ChangeLang_color],eax
187
;--------------------------------------
179
;--------------------------------------
188
	invoke	ini_get_color,library_path,aColors,aPageList,0xffffff
180
	invoke	ini_get_color,library_path,aColors,aPageList,0xffffff
189
	mov	[PageList_color],eax
181
	mov	[PageList_color],eax
190
;--------------------------------------
182
;--------------------------------------
-
 
183
	invoke	ini_get_color,library_path,aColors,aPanelText,0xffffff
-
 
184
	mov	[PanelText_color],eax
-
 
185
;--------------------------------------
191
;	invoke	ini_get_str,library_path,aConvertPlugins,aCP0,plugin_0_name,127,ConvertPlugins_no_key
186
;	invoke	ini_get_str,library_path,aConvertPlugins,aCP0,plugin_0_name,127,ConvertPlugins_no_key
Line 192... Line 187...
192
	
187
	
193
	ret
188
	ret
194
;-----------------------------------------------------------------------------
189
;-----------------------------------------------------------------------------