Subversion Repositories Kolibri OS

Rev

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

Rev 9580 Rev 9597
Line 228... Line 228...
228
 
228
 
Line 229... Line 229...
229
	if (chrnum(path, '/')>1) || (streq(path, "/kolibrios")) || (streq(path, "/sys")) show_date = true;
229
	if (chrnum(path, '/')>1) || (streq(path, "/kolibrios")) || (streq(path, "/sys")) show_date = true;
230
	if (getSelectedCount()) show_date = false;
230
	if (getSelectedCount()) show_date = false;
Line 231... Line 231...
231
 
231
 
232
	DefineAndDrawWindow(Form.left + 150,150,315,show_date*60+300+skin_height,0x34,sc.work,WINDOW_TITLE_PROPERTIES,0);
232
	DefineAndDrawWindow(Form.left + 150,150,315,show_date*60+300+skin_h,0x34,sc.work,WINDOW_TITLE_PROPERTIES,0);
Line 233... Line 233...
233
	GetProcessInfo(#pform, SelfInfo);
233
	GetProcessInfo(#pform, SelfInfo);
234
 
234