Subversion Repositories Kolibri OS

Rev

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

Rev 2626 Rev 2630
Line 181... Line 181...
181
	mov	[PageList_color],eax
181
	mov	[PageList_color],eax
182
;--------------------------------------
182
;--------------------------------------
183
	invoke	ini_get_color,library_path,aColors,aPanelText,0xffffff
183
	invoke	ini_get_color,library_path,aColors,aPanelText,0xffffff
184
	mov	[PanelText_color],eax
184
	mov	[PanelText_color],eax
185
;--------------------------------------
185
;--------------------------------------
-
 
186
	invoke	ini_get_color,library_path,aColors,aAltTab,0xff8000
-
 
187
	mov	[AltTab_color],eax
-
 
188
;--------------------------------------
-
 
189
	invoke ini_get_str,library_path,aApplicationsPaths,aEnd,end_name,63,Path_def_val
-
 
190
;--------------------------------------
-
 
191
	invoke ini_get_str,library_path,aApplicationsPaths,aMenu,menu_name,63,Path_def_val
-
 
192
;--------------------------------------
186
;	invoke	ini_get_str,library_path,aConvertPlugins,aCP0,plugin_0_name,127,ConvertPlugins_no_key
193
	invoke ini_get_str,library_path,aApplicationsPaths,aRun,run_name,63,Path_def_val
-
 
194
;--------------------------------------
-
 
195
	invoke ini_get_str,library_path,aApplicationsPaths,aPrnScr,printscreen_name,63,Path_def_val
-
 
196
;--------------------------------------
-
 
197
	invoke ini_get_str,library_path,aApplicationsPaths,aClock,calendar_name,63,Path_def_val
-
 
198
;--------------------------------------
-
 
199
	invoke ini_get_str,library_path,aApplicationsPaths,aCpuUsage,sysmeter_name,63,Path_def_val
-
 
200
;--------------------------------------
-
 
201
	invoke ini_get_str,library_path,aApplicationsPaths,aMouseEmul,mousemul_name,63,Path_def_val	
Line 187... Line 202...
187
	
202
	
188
	ret
203
	ret
189
;-----------------------------------------------------------------------------
204
;-----------------------------------------------------------------------------
190
copy_file_path:
205
copy_file_path: